mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-07-22 03:54:16 -04:00
Fixed #242
This commit is contained in:
@ -77,6 +77,10 @@ namespace AssetStudio
|
|||||||
{
|
{
|
||||||
var m_StreamingMipmapsPriority = reader.ReadInt32();
|
var m_StreamingMipmapsPriority = reader.ReadInt32();
|
||||||
}
|
}
|
||||||
|
if (preloadData.HasStructMember("m_StreamingGroupID")) //What the hell is this?
|
||||||
|
{
|
||||||
|
var m_StreamingGroupID = reader.ReadUInt32();
|
||||||
|
}
|
||||||
m_ImageCount = reader.ReadInt32();
|
m_ImageCount = reader.ReadInt32();
|
||||||
m_TextureDimension = reader.ReadInt32();
|
m_TextureDimension = reader.ReadInt32();
|
||||||
//m_TextureSettings
|
//m_TextureSettings
|
||||||
|
Reference in New Issue
Block a user