From: Ash Tyndall Date: Thu, 20 Oct 2011 12:31:26 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=2e92315af09cad26c9d524047e2fe7d4988e0c15;p=atyndall%2Fcits2231.git --- 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);