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
View File
@@ -1570,6 +1570,7 @@ namespace CodeWalker.World
typeobj.IsVehicle = true;
break;
default:
typeobj = new ScenarioType();
break;
}