From: Ash Tyndall Date: Fri, 21 Oct 2011 02:38:30 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=6050088f70bb80701c08dcee9ad786b6c62acf7a;ds=sidebyside --- diff --git a/helper.c b/helper.c index 22361a7..d7c6291 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.5 ); + glVertex3i( lineLength - arrowLength, 0.0, 0.9 ); glVertex3i( lineLength, 0.0, 0.0 ); glVertex3i( lineLength - arrowLength, 0.0, -1.0 );