mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-04 15:53:00 +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() {
|
EX void display() {
|
||||||
|
|
||||||
callhooks(hooks_display_dialog);
|
callhooks(hooks_display_dialog);
|
||||||
|
if(just_refreshing) return;
|
||||||
int N = items.size();
|
int N = items.size();
|
||||||
dfsize = vid.fsize;
|
dfsize = vid.fsize;
|
||||||
#if ISMOBILE || ISPANDORA
|
#if ISMOBILE || ISPANDORA
|
||||||
|
|||||||
Reference in New Issue
Block a user