mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Fixed shearing resetting transformations
This commit is contained in:
@@ -1404,7 +1404,7 @@ void Graphics::translate(float x, float y)
|
||||
|
||||
void Graphics::shear(float kx, float ky)
|
||||
{
|
||||
gl.getTransform().setShear(kx, ky);
|
||||
gl.getTransform().shear(kx, ky);
|
||||
}
|
||||
|
||||
void Graphics::origin()
|
||||
|
||||
Reference in New Issue
Block a user