1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-05-10 19:38:43 +02:00

fixed changelog order

This commit is contained in:
Ell 2022-01-02 23:31:47 +01:00
parent 2699d0e1c2
commit a61d7a9722

View file

@ -17,6 +17,9 @@ Additions
Improvements
- Generify GenericFont's string drawing
Fixes
- Fixed StaticSpriteBatch handling rotated sprites incorrectly
### MLEM.Ui
Improvements
- Allow for checkboxes and radio buttons to be disabled
@ -49,7 +52,6 @@ Improvements
Fixes
- Fixed some end-of-line inconsistencies when using the Right text alignment
- Fixed StaticSpriteBatch handling rotated sprites incorrectly
Removals
- **Removed deprecated Misc versions of SoundEffectInfo and SoundEffectInstanceHandler**