mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-14 03:28:30 +08:00
Fix for XML/drawable conversion missing TextureParametersCount
This commit is contained in:
@@ -383,6 +383,7 @@ namespace CodeWalker.GameFiles
|
||||
ParameterCount = (byte)ParametersList.Count;
|
||||
ParameterSize = ParametersList.ParametersSize;
|
||||
ParameterDataSize = ParametersList.ParametersDataSize;//is it right?
|
||||
TextureParametersCount = ParametersList.TextureParamsCount;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user