From 9265bbe175893ed49376b406b64e5b7ecbd9234e Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Fri, 21 Oct 2011 09:47:21 +0800 Subject: [PATCH] --- helper.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helper.c b/helper.c index a769994..004da43 100644 --- a/helper.c +++ b/helper.c @@ -272,13 +272,13 @@ void drawLine() { // x arrowheads glVertex3i( lineLength, 0.0, 0.0 ); - glVertex3i( lineLength - arrowLength, 0.0, 1.0 ); + glVertex3i( lineLength - arrowLength, 0.0, 0.3 ); glVertex3i( lineLength, 0.0, 0.0 ); - glVertex3i( lineLength - arrowLength, 0.0, -1.0 ); + glVertex3i( lineLength - arrowLength, 0.0, -0.3 ); glVertex3i( -lineLength, 0.0, 0.0 ); - glVertex3i( -lineLength - arrowLength, 0.0, 1.0 ); + glVertex3i( -lineLength - arrowLength, 0.0, 0.3 ); // z arrow glVertex3i( 0.0, 0.0, lineLength ); -- 2.20.1