summaryrefslogtreecommitdiff
path: root/app.html
diff options
context:
space:
mode:
Diffstat (limited to 'app.html')
-rw-r--r--app.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/app.html b/app.html
index 078d27d..f841dc0 100644
--- a/app.html
+++ b/app.html
@@ -121,8 +121,7 @@
<script src="$GODOT_URL"></script>
<script>
const GODOT_CONFIG = $GODOT_CONFIG;
- // const GODOT_THREADS_ENABLED = $GODOT_THREADS_ENABLED;
- const GODOT_THREADS_ENABLED = 'yes';
+ const GODOT_THREADS_ENABLED = $GODOT_THREADS_ENABLED;
const engine = new Engine(GODOT_CONFIG);
(function () {