mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-09-19 02:34:17 -04:00
Some improvements
This commit is contained in:
@ -729,7 +729,7 @@ namespace AssetStudio
|
||||
}
|
||||
}
|
||||
|
||||
if (reader.endian == EndianType.BigEndian && componentByteSize > 1) //swap bytes
|
||||
if (reader.Endian == EndianType.BigEndian && componentByteSize > 1) //swap bytes
|
||||
{
|
||||
for (var i = 0; i < componentBytes.Length / componentByteSize; i++)
|
||||
{
|
||||
|
Reference in New Issue
Block a user