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:
parent
2699d0e1c2
commit
a61d7a9722
1 changed files with 3 additions and 1 deletions
|
@ -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**
|
||||||
|
|
Loading…
Reference in a new issue