mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2024-11-30 02:42:54 +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);
|
matinds.Add(id);
|
||||||
mats.Add(mat);
|
mats.Add(mat);
|
||||||
}
|
}
|
||||||
|
FragMatricesCount = (ushort)mats.Count;
|
||||||
for (int i = mats.Count; i < cap; i++)
|
for (int i = mats.Count; i < cap; i++)
|
||||||
{
|
{
|
||||||
matinds.Add(0);
|
matinds.Add(0);
|
||||||
|
Loading…
Reference in New Issue
Block a user