2
0
Эх сурвалжийг харах

Fix filesystem cache split error

kobewi 2 жил өмнө
parent
commit
7f18db9d9d

+ 1 - 1
editor/editor_file_system.cpp

@@ -262,7 +262,7 @@ void EditorFileSystem::_scan_filesystem() {
 
 				} else {
 					Vector<String> split = l.split("::");
-					ERR_CONTINUE(split.size() != 9);
+					ERR_CONTINUE(split.size() < 9);
 					String name = split[0];
 					String file;