1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-11-22 20:58:34 +01: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 Improvements
- Generify GenericFont's string drawing - Generify GenericFont's string drawing
Fixes
- Fixed StaticSpriteBatch handling rotated sprites incorrectly
### MLEM.Ui ### MLEM.Ui
Improvements Improvements
- Allow for checkboxes and radio buttons to be disabled - Allow for checkboxes and radio buttons to be disabled
@ -49,7 +52,6 @@ Improvements
Fixes Fixes
- Fixed some end-of-line inconsistencies when using the Right text alignment - Fixed some end-of-line inconsistencies when using the Right text alignment
- Fixed StaticSpriteBatch handling rotated sprites incorrectly
Removals Removals
- **Removed deprecated Misc versions of SoundEffectInfo and SoundEffectInstanceHandler** - **Removed deprecated Misc versions of SoundEffectInfo and SoundEffectInstanceHandler**