fix right edge grid rendering

This commit is contained in:
Crispy 2025-04-20 20:45:57 +02:00
parent 80ab3b676e
commit 2c7e844d00
4 changed files with 10 additions and 8 deletions

View file

@ -7,8 +7,9 @@ Game store page: https://crispypin.itch.io/marble-machinations
### fixed
- input bytes are consumed even if the marble can't be created because another one was taking its place
- crash when saving config if no user dir exists
- keybindings activated even when typing in a text field, making especially renaming blueprints difficult
- grid rendering broken on right edge of the screen at some zoom levels and window sizes
- crash when saving config if no user dir exists
- after removing a binding that was a superset of another, the remaining one did not stop being blocked by the removed ones additional modifiers until another binding was added or edited
## v0.3.2 - 2025-04-14