Added love.graphics.drawf.

This commit is contained in:
rude
2009-07-26 23:30:46 +02:00
parent 410dfc0627
commit 57aea1cd51
3 changed files with 31 additions and 2 deletions
+1 -1
View File
@@ -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();