mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-05-25 05:40:21 -04:00
Fixed #211
This commit is contained in:
parent
ac6bd5236e
commit
7236136cf1
@ -547,11 +547,12 @@ namespace AssetStudio
|
||||
bool m_IsReadable = reader.ReadBoolean();
|
||||
bool m_KeepVertices = reader.ReadBoolean();
|
||||
bool m_KeepIndices = reader.ReadBoolean();
|
||||
if (version[0] == 5 && version[1] == 6 && version[2] == 4 &&
|
||||
//TODO Need other ways to solve this problem
|
||||
/*if (version[0] == 5 && version[1] == 6 && version[2] == 4 &&
|
||||
MeshPD.sourceFile.buildType[0] == "p")
|
||||
{
|
||||
var m_UsedForStaticMeshColliderOnly = reader.ReadBoolean();
|
||||
}
|
||||
}*/
|
||||
}
|
||||
reader.AlignStream(4);
|
||||
//This is a bug fixed in 2017.3.1p1 and later versions
|
||||
|
Loading…
Reference in New Issue
Block a user