mirror of
https://github.com/love2d/love.git
synced 2026-08-14 01:20:56 +02:00
Apply the line width patch
This commit is contained in:
@@ -622,9 +622,7 @@ namespace opengl
|
||||
|
||||
float Graphics::getLineWidth()
|
||||
{
|
||||
float w;
|
||||
glGetFloatv(GL_LINE_WIDTH, &w);
|
||||
return w;
|
||||
return lineWidth;
|
||||
}
|
||||
|
||||
Graphics::LineStyle Graphics::getLineStyle()
|
||||
|
||||
Reference in New Issue
Block a user