Shpoike / Quakespasm

Extra bloaty junk to modernise stuff a bit.
http://triptohell.info/moodles/qss/
GNU General Public License v2.0
184 stars 41 forks source link

Typo in Draw_PicFromWad2 truncation check #71

Closed andrei-drexler closed 1 year ago

andrei-drexler commented 2 years ago

Just a heads up, the check for truncation in Draw_PicFromWad2 is reversed, < should be >: https://github.com/Shpoike/Quakespasm/blob/c48c4f2641f94089327b9136ef9b17d5f7a10b3c/quakespasm/Quake/gl_draw.c#L246

Same issue as https://github.com/Novum/vkQuake/issues/368.