From 6050088f70bb80701c08dcee9ad786b6c62acf7a Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Fri, 21 Oct 2011 10:38:30 +0800 Subject: [PATCH] --- helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.20.1