mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-11-12 23:32:42 -05:00
Improved file reading
This commit is contained in:
@ -107,7 +107,7 @@ namespace AssetStudio
|
||||
m_Keywords[i] = reader.ReadAlignedString();
|
||||
}
|
||||
m_ProgramCode = reader.ReadBytes(reader.ReadInt32());
|
||||
reader.AlignStream(4);
|
||||
reader.AlignStream();
|
||||
|
||||
//TODO
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user