(no commit message)
[atyndall/cits2231.git] / scene.c
diff --git a/scene.c b/scene.c
index 7808d37..c9ec127 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -575,8 +575,6 @@ void display() {
 \r
     glEnable(GL_BLEND);\r
     glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);\r
 \r
     glEnable(GL_BLEND);\r
     glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);\r
-    glColor4f(0.7, 0.0, 0.0, 0.3);\r
-    glColor4f(1.0, 1.0, 1.0, 0.3);\r
     drawFloor();\r
     glDisable(GL_BLEND);\r
 \r
     drawFloor();\r
     glDisable(GL_BLEND);\r
 \r

UCC git Repository :: git.ucc.asn.au