mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
corrected position of fix
This commit is contained in:
parent
fc721ea060
commit
ce12ca20a4
|
@ -21,6 +21,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- Due to dependency changes, agb-gbafix is now released under MPL rather than GPL.
|
- Due to dependency changes, agb-gbafix is now released under MPL rather than GPL.
|
||||||
- `include_background_gfx!` now produces tile sets and tile settings directly.
|
- `include_background_gfx!` now produces tile sets and tile settings directly.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Fixed a bug in bitmap4 that caused setting pixels to be always incorrect.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- 256-colour backgrounds are better supported.
|
- 256-colour backgrounds are better supported.
|
||||||
|
@ -96,9 +99,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- Zero volume now plays no sound.
|
- Zero volume now plays no sound.
|
||||||
- Fixed issue where volume was incorrect for volumes which were powers of 2.
|
- Fixed issue where volume was incorrect for volumes which were powers of 2.
|
||||||
|
|
||||||
### Fixed
|
|
||||||
- Fixed a bug in bitmap4 that caused setting pixels to be always incorrect.
|
|
||||||
|
|
||||||
## [0.12.2] - 2022/10/22
|
## [0.12.2] - 2022/10/22
|
||||||
|
|
||||||
This is a minor release to fix an alignment issue with background tiles.
|
This is a minor release to fix an alignment issue with background tiles.
|
||||||
|
|
Loading…
Reference in a new issue