diff options
| author | Daniel Weipert <git@mail.dweipert.de> | 2024-07-19 11:55:48 +0200 |
|---|---|---|
| committer | Daniel Weipert <git@mail.dweipert.de> | 2024-07-19 11:55:48 +0200 |
| commit | 14cfe3e26db08c7e45c26c151537531d99261077 (patch) | |
| tree | e58138c9dc226d4d12f149ee8d16a45cbe7edb0d /app.html | |
| parent | 9155752f861ae43e3534cdfa833d8c644cb0e5d3 (diff) | |
Diffstat (limited to 'app.html')
| -rw-r--r-- | app.html | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 () { |
