Browse Source

Apply the line width patch

Bart van Strien 13 years ago
parent
commit
bc4e59ba24
1 changed files with 1 additions and 3 deletions
  1. 1 3
      src/modules/graphics/opengl/Graphics.cpp

+ 1 - 3
src/modules/graphics/opengl/Graphics.cpp

@@ -622,9 +622,7 @@ namespace opengl
 
 	float Graphics::getLineWidth()
 	{
-		float w;
-		glGetFloatv(GL_LINE_WIDTH, &w);
-		return w;
+		return lineWidth;
 	}
 
 	Graphics::LineStyle Graphics::getLineStyle()