1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Revert to proxy_to_pthread=no as default

Currently, `proxy_to_pthread=yes` option as default breaks WebXR
support.
This commit is contained in:
Adam Scott
2023-10-23 08:44:57 -04:00
parent c21c2706ad
commit 230cebb4b7

View File

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