Skip to content

Commit 03fbcaa

Browse files
committed
Remove leftover item from changelog
This meant to mention changes to logical size, but that is already in the changelog
1 parent 7054780 commit 03fbcaa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ Be sure to run [Mypy](https://mypy.readthedocs.io/en/stable/getting_started.html
2020
- `tcod.event.KeySym` single letter symbols are now all uppercase.
2121
- Relative mouse mode is set via `tcod.sdl.video.Window.relative_mouse_mode` instead of `tcod.sdl.mouse.set_relative_mode`.
2222
- `tcod.sdl.render.new_renderer`: Removed `software` and `target_textures` parameters, `vsync` takes `int`, `driver` takes `str` instead of `int`.
23-
- SDL renderer logical
2423
- `tcod.sdl.render.Renderer`: `integer_scaling` and `logical_size` are now set with `set_logical_presentation` method.
2524
- `tcod.sdl.render.Renderer.geometry` now takes float values for `color` instead of 8-bit integers.
2625
- `tcod.event.Point` and other mouse/tile coordinate types now use `float` instead of `int`.

0 commit comments

Comments
 (0)