diff options
Diffstat (limited to '')
| -rw-r--r-- | tools/editor/editor_file_system.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/editor/editor_file_system.h b/tools/editor/editor_file_system.h index 3ad739ae9..92169907a 100644 --- a/tools/editor/editor_file_system.h +++ b/tools/editor/editor_file_system.h @@ -195,6 +195,10 @@ class EditorFileSystem : public Node { void _reimport_file(const String &p_file); + bool _check_missing_imported_files(const String& p_path); + + bool reimport_on_missing_imported_files; + protected: void _notification(int p_what); |
