Explorar o código

Revert to `proxy_to_pthread=no` as default

Currently, `proxy_to_pthread=yes` option as default breaks WebXR
support.
Adam Scott %!s(int64=2) %!d(string=hai) anos
pai
achega
230cebb4b7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      platform/web/detect.py

+ 1 - 1
platform/web/detect.py

@@ -44,7 +44,7 @@ def get_opts():
         BoolVariable(
             "proxy_to_pthread",
             "Use Emscripten PROXY_TO_PTHREAD option to run the main application code to a separate thread",
-            True,
+            False,
         ),
     ]