mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-04 13:19:20 +00:00
dialog:: displays() does nothing if just_refreshing, for performance
This commit is contained in:
parent
47e5eb1e93
commit
063dc65e3c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user