From bfa9b6c8138471afed1a660c205b7848e7454c63 Mon Sep 17 00:00:00 2001 From: Xawotihs Date: Fri, 1 Jul 2011 21:59:35 +0000 Subject: [PATCH] Fixed issue 691. --- JGE/src/pc/JGfx.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JGE/src/pc/JGfx.cpp b/JGE/src/pc/JGfx.cpp index 245080a43..57a696ff2 100644 --- a/JGE/src/pc/JGfx.cpp +++ b/JGE/src/pc/JGfx.cpp @@ -1536,8 +1536,8 @@ void JRenderer::DrawLine(float x1, float y1, float x2, float y2, PIXEL_TYPE colo glEnableClientState(GL_COLOR_ARRAY); GLfloat vVertices[] = { - x1, SCREEN_HEIGHT_F-y1, 0.0f, - x2, SCREEN_HEIGHT_F-y2, 0.0f, + x1, SCREEN_HEIGHT_F-y1, + x2, SCREEN_HEIGHT_F-y2, }; GLubyte cols[] = {