mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2024-11-26 08:52:52 +08:00
YFT/XML conversion bug fix for FragMatrices (in FragDrawable)
This commit is contained in:
parent
14fe68136b
commit
30982ef45d
@ -910,6 +910,7 @@ namespace CodeWalker.GameFiles
|
||||
matinds.Add(id);
|
||||
mats.Add(mat);
|
||||
}
|
||||
FragMatricesCount = (ushort)mats.Count;
|
||||
for (int i = mats.Count; i < cap; i++)
|
||||
{
|
||||
matinds.Add(0);
|
||||
|
Loading…
Reference in New Issue
Block a user