From 9d309096c9999b7c3da02781e4a6adda5933dbb3 Mon Sep 17 00:00:00 2001 From: XiaoLongHan Date: Sat, 27 Apr 2019 22:50:26 +0800 Subject: fix file system not refresh on exFAT --- editor/editor_file_system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor/editor_file_system.h') diff --git a/editor/editor_file_system.h b/editor/editor_file_system.h index 8943706202..72d9489f21 100644 --- a/editor/editor_file_system.h +++ b/editor/editor_file_system.h @@ -237,7 +237,7 @@ 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) + bool using_fat32_or_exfat; // Workaround for projects in FAT32 or exFAT filesystem (pendrives, most of the time) void _find_group_files(EditorFileSystemDirectory *efd, Map > &group_files, Set &groups_to_reimport); -- cgit v1.2.3