From 04b80f76711fefed66b740898072a6a1fd51171d Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Fri, 21 Oct 2011 11:17:17 +0800 Subject: [PATCH] --- scene.c | 1 - 1 file changed, 1 deletion(-) diff --git a/scene.c b/scene.c index 2730c4f..9829616 100644 --- a/scene.c +++ b/scene.c @@ -324,7 +324,6 @@ void display() { ); glRotatef(50.0, 1.0, 0.0, 0.0); - glRotatef(15.0, 0.0, 1.0, 0.0); /* Reposition the light source. */ lightPosition[0] = 12*cos(lightAngle); -- 2.20.1