REVERTING: emscripten_sleep() previous removal #4713
This commit is contained in:
parent
53ea275b9c
commit
9789ff123b
|
|
@ -167,7 +167,7 @@ bool WindowShouldClose(void)
|
||||||
|
|
||||||
// Optionally we can manage the time we give-control-back-to-browser if required,
|
// Optionally we can manage the time we give-control-back-to-browser if required,
|
||||||
// but it seems below line could generate stuttering on some browsers
|
// but it seems below line could generate stuttering on some browsers
|
||||||
//emscripten_sleep(16);
|
emscripten_sleep(12);
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user