From c0108c1022ede4743247081f408ca7780095e520 Mon Sep 17 00:00:00 2001 From: pixel Date: Mon, 7 Apr 2003 22:44:33 +0000 Subject: Strange bugs... --- lib/glsprite.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/glsprite.cc') diff --git a/lib/glsprite.cc b/lib/glsprite.cc index 01faada..3ccb2bd 100644 --- a/lib/glsprite.cc +++ b/lib/glsprite.cc @@ -21,9 +21,11 @@ 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