summaryrefslogtreecommitdiff
path: root/lib/glsprite.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/glsprite.cc')
-rw-r--r--lib/glsprite.cc6
1 files changed, 3 insertions, 3 deletions
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();