From e318be8501559a9e53aa9990bf7e07b00c00ee51 Mon Sep 17 00:00:00 2001 From: pixel Date: Mon, 14 Apr 2003 15:51:42 +0000 Subject: Shapes fixed --- lib/glsprite.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/glsprite.cc') 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 ); -- cgit v1.2.3