mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
web:: made sure that timetowait=0 in
This commit is contained in:
parent
9f9e816c11
commit
f8d2b3308b
@ -508,6 +508,10 @@ void mainloopiter() {
|
||||
if(cwt.mirrored) playerV = playerV * Mirror;
|
||||
}
|
||||
|
||||
#if ISWEB
|
||||
timetowait = 0;
|
||||
#endif
|
||||
|
||||
if(timetowait > 0)
|
||||
SDL_Delay(timetowait);
|
||||
else {
|
||||
|
Loading…
Reference in New Issue
Block a user