From: Ash Tyndall Date: Sat, 22 Oct 2011 03:34:35 +0000 (+0800) Subject: Added more mouse event functionality, also LEFT+SHIFT is the same is MIDDLE now. X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=d94feaa1fc0039ef6ec3c3a16fe022da86038177 Added more mouse event functionality, also LEFT+SHIFT is the same is MIDDLE now. --- diff --git a/scene.c b/scene.c index eefeec1..99a95e5 100644 --- a/scene.c +++ b/scene.c @@ -461,7 +461,6 @@ void display() { glBindTexture(GL_TEXTURE_2D, 0); glPopMatrix(); } - // Draw a white ball over the light sources glDisable(GL_LIGHTING);