From: Ash Tyndall Date: Wed, 19 Oct 2011 12:17:18 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;ds=inline;h=2d70944922c54d4814b5fcd779a884ba259c4742;p=atyndall%2Fcits2231.git --- diff --git a/scene.c b/scene.c index c9149ff..9fc30e7 100644 --- a/scene.c +++ b/scene.c @@ -617,8 +617,8 @@ void drawLine() { glColor4ub( 0.0, 0.0, 0.0, 0.5 ); glBegin(GL_LINES); - glVertex3i( 10.0, 0.1, 0.0); - glVertex3i( -10.0, 0.1, 0.0); + glVertex3i( 10.0, 0.1, 10.0); + glVertex3i( -10.0, 0.1, -10.0); glEnd(); glDisable(GL_BLEND);