From 62e8923945694accce9a4c691254ba2d2382595c Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Fri, 21 Oct 2011 10:38:10 +0800 Subject: [PATCH] --- helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper.c b/helper.c index 18ae61a..22361a7 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, 1.0 ); + glVertex3i( lineLength - arrowLength, 0.0, 0.5 ); glVertex3i( lineLength, 0.0, 0.0 ); glVertex3i( lineLength - arrowLength, 0.0, -1.0 ); -- 2.20.1