mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-14 07:34:52 +08:00
YFT/XML conversion bug fix for FragMatrices (in FragDrawable)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user