v0.80.65
This commit is contained in:
@@ -25,6 +25,11 @@ namespace AssetStudio
|
||||
{
|
||||
var m_UpdateMode = reader.ReadInt32();
|
||||
}
|
||||
|
||||
if (reader.Game.Type.IsSR())
|
||||
{
|
||||
var m_MotionSkeletonMode = reader.ReadInt32();
|
||||
}
|
||||
|
||||
var m_ApplyRootMotion = reader.ReadBoolean();
|
||||
if (version[0] == 4 && version[1] >= 5) //4.5 and up - 5.0 down
|
||||
|
||||
Reference in New Issue
Block a user