summaryrefslogtreecommitdiff
path: root/app.html
diff options
context:
space:
mode:
authorDaniel Weipert <git@mail.dweipert.de>2024-07-19 11:55:48 +0200
committerDaniel Weipert <git@mail.dweipert.de>2024-07-19 11:55:48 +0200
commit14cfe3e26db08c7e45c26c151537531d99261077 (patch)
treee58138c9dc226d4d12f149ee8d16a45cbe7edb0d /app.html
parent9155752f861ae43e3534cdfa833d8c644cb0e5d3 (diff)
intermediate changesHEADmain
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 () {