(no commit message)
[atyndall/cits2231.git] / scene.c
diff --git a/scene.c b/scene.c
index c9149ff..9fc30e7 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -617,8 +617,8 @@ void drawLine() {
     glColor4ub( 0.0, 0.0, 0.0, 0.5 );\r
 \r
     glBegin(GL_LINES);\r
-    glVertex3i( 10.0, 0.1, 0.0);\r
-    glVertex3i( -10.0, 0.1, 0.0);\r
+    glVertex3i( 10.0, 0.1, 10.0);\r
+    glVertex3i( -10.0, 0.1, -10.0);\r
     glEnd();\r
 \r
     glDisable(GL_BLEND);\r

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