(no commit message)
[atyndall/cits2231.git] / helper.c
index a0f263d..de70644 100644 (file)
--- a/helper.c
+++ b/helper.c
@@ -268,8 +268,8 @@ void drawLine() {
     glEnd();
 
     glBegin(GL_LINES);
-    glVertex3i( 0.0, 1.0,  lineLength );
-    glVertex3i( 0.0, 1.0, -lineLength );
+    glVertex3i( 0.0, 0.0,  lineLength );
+    glVertex3i( 0.0, 0.0, -lineLength );
     glEnd();
 
     glDisable(GL_BLEND);

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