From ce03245c12a9558f6c57e4a17a831d8ec48cfe42 Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Tue, 18 Oct 2011 15:40:29 +0800 Subject: [PATCH] --- scene.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scene.c b/scene.c index 93c9fb7..230bbd7 100644 --- a/scene.c +++ b/scene.c @@ -566,7 +566,7 @@ void display() { glPushMatrix(); glDisable(GL_LIGHTING); - //glLoadIdentity(); + glLoadIdentity(); glColor3f(1.0, 1.0, 1.0); /* Draw a yellow ball at the light source. */ -- 2.20.1