From: Ash Tyndall Date: Tue, 18 Oct 2011 07:40:29 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=ce03245c12a9558f6c57e4a17a831d8ec48cfe42 --- 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. */