Fix typo in Quad::mirror().

This commit is contained in:
vrld
2011-11-19 16:11:49 +01:00
parent 35cfb66bf7
commit 66f640fa0e
+1 -1
View File
@@ -110,7 +110,7 @@ namespace opengl
if (x) if (x)
vertices[i].s = 1.0 - vertices[i].s; vertices[i].s = 1.0 - vertices[i].s;
if (y) if (y)
vertices[i].s = 1.0 - vertices[i].s; vertices[i].t = 1.0 - vertices[i].t;
} }
} }