(no commit message)
[atyndall/cits2231.git] / helper.c
index a0f263d..0d5574b 100644 (file)
--- a/helper.c
+++ b/helper.c
@@ -263,13 +263,13 @@ void drawLine() {
     glColor3f( 0.0, 0.0, 0.0 );
 
     glBegin(GL_LINES);
-    glVertex3i(  lineLength, 1.0, 0.0 );
-    glVertex3i( -lineLength, 1.0, 0.0 );
+    glVertex3i(  lineLength, 0.0, 0.0 );
+    glVertex3i( -lineLength, 0.0, 0.0 );
     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