From 2d70944922c54d4814b5fcd779a884ba259c4742 Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Wed, 19 Oct 2011 20:17:18 +0800 Subject: [PATCH] --- scene.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.20.1