Browse Source

Revert to `proxy_to_pthread=no` as default

Currently, `proxy_to_pthread=yes` option as default breaks WebXR
support.
Adam Scott 2 năm trước cách đây
mục cha
commit
230cebb4b7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,
         ),
     ]