mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-12 07:16:01 +00:00
dialog:: displays() does nothing if just_refreshing, for performance
This commit is contained in:
@@ -703,6 +703,7 @@ EX namespace dialog {
|
||||
EX void display() {
|
||||
|
||||
callhooks(hooks_display_dialog);
|
||||
if(just_refreshing) return;
|
||||
int N = items.size();
|
||||
dfsize = vid.fsize;
|
||||
#if ISMOBILE || ISPANDORA
|
||||
|
Reference in New Issue
Block a user