(no commit message)
[atyndall/cits2231.git] / scene.c
diff --git a/scene.c b/scene.c
index be5f938..d6c7e01 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -583,7 +583,7 @@ void drawFloor() {
     glVertex3fv(floorVertices[3]);\r
   glEnd();*/\r
 \r
-drawSquare(0, -1000, -1000, 1000, 1000);\r
+drawSquare(1, -1000, -1000, 1000, 1000);\r
 \r
   /*if (useTexture) {\r
     glDisable(GL_TEXTURE_2D);\r
@@ -592,7 +592,7 @@ drawSquare(0, -1000, -1000, 1000, 1000);
   glEnable(GL_LIGHTING);\r
 }\r
 \r
-int drawFloorRecurse = 3;\r
+int drawFloorRecurse = 2;\r
 /*void drawSquare(GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2) {\r
   drawSquare(0, x1, y1, x2, y2);\r
 }*/\r

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