X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=scene.c;h=c9ec1271fb968ee7b830df79e488493ae42b834b;hb=88cc1cef079f2ece6307c46634a0ef277fc38af8;hp=7808d37b32d55a5244119d91175fbc8bed84e672;hpb=6c7174b9047d08634cac3b36e641d8342ffacc2f;p=atyndall%2Fcits2231.git diff --git a/scene.c b/scene.c index 7808d37..c9ec127 100644 --- a/scene.c +++ b/scene.c @@ -575,8 +575,6 @@ void display() { glEnable(GL_BLEND); glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); - glColor4f(0.7, 0.0, 0.0, 0.3); - glColor4f(1.0, 1.0, 1.0, 0.3); drawFloor(); glDisable(GL_BLEND);