YFT/XML conversion progress

This commit is contained in:
dexy
2020-01-21 03:12:36 +11:00
Unverified
parent bec16ea42d
commit e44b2ef095
14 changed files with 1478 additions and 917 deletions
+2 -2
View File
@@ -4194,9 +4194,9 @@ namespace CodeWalker.GameFiles
}
}
}
if ((yft.Fragment.Clothes != null) && (yft.Fragment.Clothes.data_items != null))
if ((yft.Fragment.Cloths != null) && (yft.Fragment.Cloths.data_items != null))
{
foreach (var cloth in yft.Fragment.Clothes.data_items)
foreach (var cloth in yft.Fragment.Cloths.data_items)
{
drawablecount++;
foreach (var kvp in cloth.Drawable.VertexDecls)