Fixed Geometry texture coordinates when using Geometry to draw auto-padded NPOT images (resolves issue #696)

This commit is contained in:
Alex Szpakowski
2013-08-01 17:14:20 -03:00
parent d7802b053b
commit 2128ba321e
4 changed files with 66 additions and 3 deletions
@@ -116,6 +116,8 @@ public:
private:
void scaleNPOT(vertex *v, size_t count);
void addv(const vertex *v, int index);
/**