From acd0dc2ae34db685cd93ef97a05621df2c73c4fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A1lm=C3=A1n=20Ferenc?= Date: Sat, 16 Aug 2014 16:50:01 +0200 Subject: [PATCH] Y should be U --- src/engine/graphics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/graphics.h b/src/engine/graphics.h index 6a080a5cc..a36ee1a8e 100644 --- a/src/engine/graphics.h +++ b/src/engine/graphics.h @@ -100,7 +100,7 @@ public: virtual void QuadsBegin() = 0; virtual void QuadsEnd() = 0; virtual void QuadsSetRotation(float Angle) = 0; - virtual void QuadsSetSubset(float TopLeftY, float TopLeftV, float BottomRightU, float BottomRightV) = 0; + virtual void QuadsSetSubset(float TopLeftU, float TopLeftV, float BottomRightU, float BottomRightV) = 0; virtual void QuadsSetSubsetFree(float x0, float y0, float x1, float y1, float x2, float y2, float x3, float y3) = 0; struct CQuadItem