From 133036790ec885100613693b3bd2a2bf22b900c8 Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Tue, 18 Oct 2011 16:08:04 +0800 Subject: [PATCH] --- scene.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scene.c b/scene.c index fae8cde..1badd9d 100644 --- a/scene.c +++ b/scene.c @@ -557,11 +557,11 @@ void display() { drawFloor(); glDisable(GL_BLEND); - //glPushMatrix(); - glTranslatef(0.0, 0.0, 0.0); + glPushMatrix(); + //glTranslatef(0.0, 0.0, 0.0); glutSolidTeapot(5); // Draw teapot for test - // glPopMatrix(); + glPopMatrix(); glPushMatrix(); glDisable(GL_LIGHTING); -- 2.20.1