You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +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(
|
||||
"proxy_to_pthread",
|
||||
"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