mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2024-11-22 23:12:59 +08:00
Fix for XML/drawable conversion missing TextureParametersCount
This commit is contained in:
parent
9d41d329c4
commit
9aa228c1da
@ -383,6 +383,7 @@ namespace CodeWalker.GameFiles
|
||||
ParameterCount = (byte)ParametersList.Count;
|
||||
ParameterSize = ParametersList.ParametersSize;
|
||||
ParameterDataSize = ParametersList.ParametersDataSize;//is it right?
|
||||
TextureParametersCount = ParametersList.TextureParamsCount;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user