Revert to proxy_to_pthread=no
as default
Currently, `proxy_to_pthread=yes` option as default breaks WebXR support.
This commit is contained in:
parent
c21c2706ad
commit
230cebb4b7
@ -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,
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user