Apply the line width patch

This commit is contained in:
Bart van Strien
2012-06-11 17:06:57 +02:00
parent bcca03e6de
commit bc4e59ba24
+1 -3
View File
@@ -622,9 +622,7 @@ namespace opengl
float Graphics::getLineWidth()
{
float w;
glGetFloatv(GL_LINE_WIDTH, &w);
return w;
return lineWidth;
}
Graphics::LineStyle Graphics::getLineStyle()