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