From 2e92315af09cad26c9d524047e2fe7d4988e0c15 Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Thu, 20 Oct 2011 20:31:26 +0800 Subject: [PATCH] --- helper.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helper.c b/helper.c index de70644..0d5574b 100644 --- a/helper.c +++ b/helper.c @@ -263,8 +263,8 @@ void drawLine() { glColor3f( 0.0, 0.0, 0.0 ); glBegin(GL_LINES); - glVertex3i( lineLength, 1.0, 0.0 ); - glVertex3i( -lineLength, 1.0, 0.0 ); + glVertex3i( lineLength, 0.0, 0.0 ); + glVertex3i( -lineLength, 0.0, 0.0 ); glEnd(); glBegin(GL_LINES); -- 2.20.1