From ac5ee64646b1639b95ec58b4dc4a780967115aa1 Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Tue, 18 Oct 2011 18:37:43 +0800 Subject: [PATCH] --- scene.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scene.c b/scene.c index 16eae70..d476f97 100644 --- a/scene.c +++ b/scene.c @@ -559,7 +559,7 @@ void display() { glPushMatrix(); //glTranslatef(0.0, 0.0, 0.0); - + glLoadIdentity(); glutSolidTeapot(5); // Draw teapot for test glPopMatrix(); -- 2.20.1