From a1f1247e1535181f174a22686203590c33b136fa Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Tue, 18 Oct 2011 16:10:25 +0800 Subject: [PATCH] --- scene.c | 1 + 1 file changed, 1 insertion(+) diff --git a/scene.c b/scene.c index 8567414..2263f2d 100644 --- a/scene.c +++ b/scene.c @@ -558,6 +558,7 @@ void display() { glDisable(GL_BLEND); glPushMatrix(); + glLoadIdentity(); //glTranslatef(0.0, 0.0, 0.0); glutSolidTeapot(5); // Draw teapot for test -- 2.20.1