Fixed #187
Fixed #188
This commit is contained in:
Perfare
2018-05-05 01:32:55 +08:00
parent 75985c8bf0
commit 9385b4da76
3 changed files with 138 additions and 105 deletions
+1 -1
View File
@@ -511,7 +511,7 @@ namespace AssetStudio
#region BlendShapeData and BindPose for 4.3.0 and later
else if (version[0] >= 5 || (version[0] == 4 && version[1] >= 3))
{
m_Shapes = new BlendShapeData(reader);//TODO 4.3 down
m_Shapes = new BlendShapeData(reader);
m_BindPose = new float[reader.ReadInt32()][,];
for (int i = 0; i < m_BindPose.Length; i++)