Fixed issue 691.

This commit is contained in:
Xawotihs
2011-07-01 21:59:35 +00:00
parent 8f9619e21a
commit bfa9b6c813

View File

@@ -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[] = {