From 47b499d85ba681f4fe63491c4d794220af132e72 Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Tue, 1 May 2018 14:12:53 +0530 Subject: [PATCH] Remove unnecessary sleep while loading scripts --- src/main.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index d35fd92..4b943db 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -343,10 +343,6 @@ int main(int argc, char *argv[]) /* Wait for RGSS thread response */ for (int i = 0; i < 1000; ++i) { -#ifdef __EMSCRIPTEN - emscripten_sleep(10); -#endif - /* We can stop waiting when the request was ack'd */ if (rtData.rqTermAck) {