(no commit message)
authorAsh Tyndall <[email protected]>
Thu, 20 Oct 2011 12:31:26 +0000 (20:31 +0800)
committerAsh Tyndall <[email protected]>
Thu, 20 Oct 2011 12:31:26 +0000 (20:31 +0800)
helper.c

index de70644..0d5574b 100644 (file)
--- a/helper.c
+++ b/helper.c
@@ -263,8 +263,8 @@ 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);

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