From d94feaa1fc0039ef6ec3c3a16fe022da86038177 Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Sat, 22 Oct 2011 11:34:35 +0800 Subject: [PATCH] Added more mouse event functionality, also LEFT+SHIFT is the same is MIDDLE now. --- scene.c | 1 - 1 file changed, 1 deletion(-) 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); -- 2.20.1