From bf452e7f6a3fa0e41964fc8e2c57e1e577cd1682 Mon Sep 17 00:00:00 2001 From: pixel Date: Sun, 20 Jun 2004 23:51:59 +0000 Subject: Put some modifications in the overall. Font to texture doesn't work though. --- lib/glsprite.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/glsprite.cc') diff --git a/lib/glsprite.cc b/lib/glsprite.cc index f60c3a2..44322b7 100644 --- a/lib/glsprite.cc +++ b/lib/glsprite.cc @@ -61,12 +61,12 @@ void mogltk::glSprite::drawrotate(int cx, int cy, double a, ColorP c) { glMatrixMode(GL_MODELVIEW); glPushMatrix(); - glRotated(a, 0, 0, 1); glTranslated(cx, cy, 0); - - glMatrixMode(GL_TEXTURE); glRotated(a, 0, 0, 1); +// glMatrixMode(GL_TEXTURE); +// glRotated(a, 0, 0, 1); + c.Bind(); Bind(); -- cgit v1.2.3