diff options
Diffstat (limited to 'lib/glsprite.cc')
-rw-r--r-- | lib/glsprite.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/glsprite.cc b/lib/glsprite.cc index 3ccb2bd..478c0ef 100644 --- a/lib/glsprite.cc +++ b/lib/glsprite.cc @@ -22,10 +22,8 @@ void mogltk::glSprite::draw(int dx, int dy, ColorP c) { if (!was2D) mogltk::engine::glbase_o->Enter2DMode(); - printm(M_INFO, "Drawing gl Sprite at %i %i\n", dx, dy); c.Bind(); - printm(M_INFO, "Drawing sprite texture...\n"); Bind(); glBegin(GL_TRIANGLE_STRIP); glTexCoord2i(GetPX() , GetPY() ); glVertex2i(dx , dy ); |