mirror of
https://github.com/love2d/love.git
synced 2026-08-18 19:54:22 +02:00
Fix typo in Quad::mirror().
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user