mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-11 19:23:01 +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(cwt.mirrored) playerV = playerV * Mirror;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if ISWEB
|
||||||
|
timetowait = 0;
|
||||||
|
#endif
|
||||||
|
|
||||||
if(timetowait > 0)
|
if(timetowait > 0)
|
||||||
SDL_Delay(timetowait);
|
SDL_Delay(timetowait);
|
||||||
else {
|
else {
|
||||||
|
|||||||
Reference in New Issue
Block a user