Explorar o código

Fix typo in Quad::mirror().

vrld %!s(int64=14) %!d(string=hai) anos
pai
achega
66f640fa0e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/modules/graphics/opengl/Quad.cpp

+ 1 - 1
src/modules/graphics/opengl/Quad.cpp

@@ -110,7 +110,7 @@ namespace opengl
 			if (x)
 				vertices[i].s = 1.0 - vertices[i].s;
 			if (y)
-				vertices[i].s = 1.0 - vertices[i].s;
+				vertices[i].t = 1.0 - vertices[i].t;
 		}
 	}