mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-29 08:52:19 +00:00
web:: made sure that timetowait=0 in
This commit is contained in:
@@ -508,6 +508,10 @@ void mainloopiter() {
|
||||
if(cwt.mirrored) playerV = playerV * Mirror;
|
||||
}
|
||||
|
||||
#if ISWEB
|
||||
timetowait = 0;
|
||||
#endif
|
||||
|
||||
if(timetowait > 0)
|
||||
SDL_Delay(timetowait);
|
||||
else {
|
||||
|
Reference in New Issue
Block a user