mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
Added love.graphics.drawf.
This commit is contained in:
@@ -121,7 +121,7 @@ namespace opengl
|
||||
drawv(t, cache);
|
||||
}
|
||||
|
||||
void Image::draws(float x, float y, float angle, float sx, float sy, float ox, float oy, Frame * frame) const
|
||||
void Image::drawf(float x, float y, float angle, float sx, float sy, float ox, float oy, Frame * frame) const
|
||||
{
|
||||
static Matrix t;
|
||||
const vertex * v = frame->getVertices();
|
||||
|
||||
Reference in New Issue
Block a user