quads get distorted when i draw more than one

BlitzMax Forums/OpenGL Module/quads get distorted when i draw more than one

slenkar(Posted 2009) [#1]
why does the 2nd image look distorted?


(use an image that is 128x128)


Floyd(Posted 2009) [#2]
It's a typo in the quad function; x+height should be y+height.


slenkar(Posted 2009) [#3]
thanks