A simple, performant and extensible framework for interacting with FFXIV game data
Do What The F*ck You Want To Public License
103
stars
53
forks
source link
Fix ReadFileBlock not doing enough when block isn't compressed #42
Closed
Soreepeong closed 2 years ago
When the block in question is not compressed,
dest.Position
was not being advanced andresetPosition
was not being honored. This commit fixes that.