StrataSource / vtex2

A VTF converter and editor
MIT License
42 stars 8 forks source link

fix: Prevent vector out of range crash on some systems #11

Closed Smaedd closed 2 years ago

Smaedd commented 2 years ago

Miniscule issue, but this line was preventing me from running vtfview on my system, since reserve() doesn't actually create elements, and operator[] can require the element to exist.