summaryrefslogtreecommitdiffstats
path: root/editor/editor_file_system.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/editor_file_system.h')
-rw-r--r--editor/editor_file_system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_file_system.h b/editor/editor_file_system.h
index 2a34c06b0d..2f5cd88a55 100644
--- a/editor/editor_file_system.h
+++ b/editor/editor_file_system.h
@@ -165,7 +165,7 @@ class EditorFileSystem : public Node {
EditorFileSystemDirectory::FileInfo *new_file = nullptr;
};
- bool use_threads = true;
+ bool use_threads = false;
Thread thread;
static void _thread_func(void *_userdata);