mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-15 09:14:54 +08:00
RenderableCache performance improvement, Unknown scenario class types included, Multi-export XML fix
This commit is contained in:
+1
-1
@@ -504,7 +504,7 @@ namespace CodeWalker
|
||||
isitem = true;
|
||||
isfile = isfile || (file.Folder == null);
|
||||
canview = canview || CanViewFile(file);
|
||||
|
||||
canexportxml = canexportxml || CanExportXml(file);
|
||||
}
|
||||
}
|
||||
str += ", " + sc.ToString() + " selected";
|
||||
|
||||
Reference in New Issue
Block a user