We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd6a961 commit a605cfdCopy full SHA for a605cfd
CHANGELOG.md
@@ -8,6 +8,13 @@ This project adheres to [Semantic Versioning](https://semver.org/) since version
8
- Ported SDL2 joystick handing as `tcod.sdl.joystick`.
9
- New joystick related events.
10
11
+### Changed
12
+- Using `libtcod 1.22.3`.
13
+
14
+### Fixed
15
+- Fixed double present bug in non-context flush functions.
16
+ This was affecting performance and also caused a screen flicker whenever the global fade color was active.
17
18
## [13.7.0] - 2022-08-07
19
### Added
20
- You can new use `SDLConsoleRender.atlas` to access the `SDLTilesetAtlas` used to create it.
libtcod
0 commit comments