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
No known key found for this signature in database
GPG key ID: 1352C2919D96DDDF

View file

@ -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,
),
]