From 9279cb0a39624664df28bac2026132b4a532acbf Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Tue, 18 Oct 2011 18:57:57 +0800 Subject: [PATCH] --- scene.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scene.c b/scene.c index f9f1251..c579335 100644 --- a/scene.c +++ b/scene.c @@ -614,8 +614,7 @@ void display() { glPushMatrix(); - //glTranslatef(0.0, 0.0, 0.0); - glLoadIdentity(); + glTranslatef(0.0, 0.0, 0.0); glutWireTeapot(30); // Draw teapot for test glPopMatrix(); -- 2.20.1