mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-07-18 03:24:15 -04: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