From 5224820a9d12eef50c06c2f9a67d72ce40ea11ed Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Tue, 18 Oct 2011 15:33:55 +0800 Subject: [PATCH] --- scene.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/scene.c b/scene.c index cfb80c0..1c6fbd5 100644 --- a/scene.c +++ b/scene.c @@ -551,10 +551,7 @@ void display() { glPushMatrix(); glLightfv(GL_LIGHT0, GL_POSITION, lightPosition); - glEnable(GL_BLEND); - glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); drawFloor(); - glDisable(GL_BLEND); glPushMatrix(); glDisable(GL_LIGHTING); -- 2.20.1