1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-14 18:18:05 +00:00

fix getcstat refreshing

This commit is contained in:
Zeno Rogue
2025-12-12 13:04:23 +01:00
parent 8af4b727e4
commit 197f441de7

View File

@@ -1320,6 +1320,7 @@ EX void handle_event(SDL_Event& ev) {
if(ev.button.x != ui_mousex || ev.button.y != ui_mousey) {
mousex = ui_mousex = ev.button.x;
mousey = ui_mousey = ev.button.y;
fix_mouseh();
just_refreshing = 2;
reset_handlers();
screens.back()();