(no commit message)
authorAsh Tyndall <[email protected]>
Fri, 21 Oct 2011 02:38:42 +0000 (10:38 +0800)
committerAsh Tyndall <[email protected]>
Fri, 21 Oct 2011 02:38:42 +0000 (10:38 +0800)
helper.c

index d7c6291..18ae61a 100644 (file)
--- a/helper.c
+++ b/helper.c
@@ -272,7 +272,7 @@ void drawLine() {
     
     // x arrowheads
     glVertex3i(  lineLength, 0.0, 0.0 );
-    glVertex3i(  lineLength - arrowLength, 0.0,  0.9 );
+    glVertex3i(  lineLength - arrowLength, 0.0,  1.0 );
 
     glVertex3i(  lineLength, 0.0, 0.0 );
     glVertex3i(  lineLength - arrowLength, 0.0, -1.0 );

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