Fix off-by-one error in Textures::cleanup()
In a ASCII-only configuration, I was seeing `textures.raws.size() == 164` and `texpos_end == 164`. This resulted in reading one item past the end of the vector. This may not be occurring in configurations with graphics enabled, or Windows/WINE may be more permissive.develop
parent
95753f618c
commit
e2ca506e23
Loading…
Reference in New Issue