From: Ash Tyndall Date: Tue, 18 Oct 2011 03:50:50 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=cc8905b3046ee82dd92d40cbda048eb43ad5aa7e --- diff --git a/scene.c b/scene.c index c9ec127..46feed9 100644 --- a/scene.c +++ b/scene.c @@ -582,7 +582,6 @@ void display() { glPushMatrix(); glDisable(GL_LIGHTING); - glColor3f(1.0, 1.0, 0.0); /* Draw a yellow ball at the light source. */ glTranslatef(lightPosition[0], lightPosition[1], lightPosition[2]);