summaryrefslogtreecommitdiff
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, 2 insertions, 0 deletions
diff --git a/editor/editor_file_system.h b/editor/editor_file_system.h
index c18957ae99..bb892baf57 100644
--- a/editor/editor_file_system.h
+++ b/editor/editor_file_system.h
@@ -231,6 +231,8 @@ class EditorFileSystem : public Node {
static Error _resource_import(const String &p_path);
+ bool using_fat_32; //workaround for projects in FAT32 filesystem (pendrives, most of the time)
+
protected:
void _notification(int p_what);
static void _bind_methods();