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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user