From: Ash Tyndall Date: Fri, 21 Oct 2011 02:38:42 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=9ca9caa1a62140c3312e8567c01c233a88bc2f3f --- diff --git a/helper.c b/helper.c index d7c6291..18ae61a 100644 --- 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 );