1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-20 04:48:06 +00:00

fixed mouse refreshing

This commit is contained in:
Zeno Rogue
2025-12-11 23:36:16 +01:00
parent da914291f7
commit a6a2490c3b
3 changed files with 9 additions and 7 deletions

View File

@@ -732,7 +732,7 @@ EX namespace dialog {
EX void display() {
callhooks(hooks_display_dialog);
if(just_refreshing) return;
if(just_refreshing == 1) return;
int N = items.size();
dfsize = vid.fsize * dialog_font_scale;
#if ISMOBILE || ISPANDORA