From cc8905b3046ee82dd92d40cbda048eb43ad5aa7e Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Tue, 18 Oct 2011 11:50:50 +0800 Subject: [PATCH 1/1] --- scene.c | 1 - 1 file changed, 1 deletion(-) 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]); -- 2.20.1