You've already forked godot
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:
@@ -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,
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user