diff options
Diffstat (limited to 'editor/editor_file_system.cpp')
-rw-r--r-- | editor/editor_file_system.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_file_system.cpp b/editor/editor_file_system.cpp index f75e438582..553b5ab674 100644 --- a/editor/editor_file_system.cpp +++ b/editor/editor_file_system.cpp @@ -48,7 +48,7 @@ #include "scene/resources/packed_scene.h" EditorFileSystem *EditorFileSystem::singleton = nullptr; -//the name is the version, to keep compatibility with different versions of Godot +//the name is the version, to keep compatibility with different versions of Redot #define CACHE_FILE_NAME "filesystem_cache8" int EditorFileSystemDirectory::find_file_index(const String &p_file) const { |