mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-14 13:24:48 +08:00
RenderableCache performance improvement, Unknown scenario class types included, Multi-export XML fix
This commit is contained in:
@@ -1570,6 +1570,7 @@ namespace CodeWalker.World
|
||||
typeobj.IsVehicle = true;
|
||||
break;
|
||||
default:
|
||||
typeobj = new ScenarioType();
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user