NotAdam / Lumina

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

Soreepeong commented 2 years ago

When the block in question is not compressed, dest.Position was not being advanced and resetPosition was not being honored. This commit fixes that.