mirror of
https://github.com/love2d/love.git
synced 2026-08-18 11:44:15 +02:00
Dropped the required OS X version to 10.4 - some frameworks may have to be recompiled but the source itself compiles fine (with a couple tweaks)
This commit is contained in:
@@ -81,8 +81,8 @@ namespace opengl
|
||||
float lineWidth;
|
||||
Graphics::LineStyle lineStyle;
|
||||
bool stipple;
|
||||
int stippleRepeat;
|
||||
int stipplePattern;
|
||||
GLint stippleRepeat;
|
||||
GLint stipplePattern;
|
||||
|
||||
// Point.
|
||||
float pointSize;
|
||||
|
||||
Reference in New Issue
Block a user