mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Merged default into minor.
--HG-- branch : minor
This commit is contained in:
@@ -66,6 +66,8 @@ public:
|
||||
{
|
||||
float r, g, b, a;
|
||||
bool enabled;
|
||||
|
||||
Colorf toColor() const { return Colorf(r, g, b, a); }
|
||||
};
|
||||
|
||||
Graphics();
|
||||
|
||||
Reference in New Issue
Block a user