(no commit message)
[atyndall/cits2231.git] / helper.c
index 22361a7..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.5 );
+    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