RenderableCache performance improvement, Unknown scenario class types included, Multi-export XML fix

This commit is contained in:
dexyfex
2017-11-25 16:01:56 +11:00
Unverified
parent 8ea169cee2
commit d9247de1c4
3 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -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";