diff options
Diffstat (limited to 'editor/editor_file_system.h')
-rw-r--r-- | editor/editor_file_system.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/editor_file_system.h b/editor/editor_file_system.h index ebcc091b0a..f2470bfd40 100644 --- a/editor/editor_file_system.h +++ b/editor/editor_file_system.h @@ -109,7 +109,7 @@ class EditorFileSystem : public Node { ACTION_DIR_REMOVE, ACTION_FILE_ADD, ACTION_FILE_REMOVE, - ACTION_FILE_REIMPORT + ACTION_FILE_TEST_REIMPORT }; Action action; @@ -200,7 +200,7 @@ class EditorFileSystem : public Node { void _reimport_file(const String &p_file); - bool _check_missing_imported_files(const String &p_path); + bool _test_for_reimport(const String &p_path, bool p_only_imported_files); bool reimport_on_missing_imported_files; |