Merged default into minor.

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2016-02-14 19:59:34 -04:00
93 changed files with 2264 additions and 2448 deletions
+2
View File
@@ -66,6 +66,8 @@ public:
{
float r, g, b, a;
bool enabled;
Colorf toColor() const { return Colorf(r, g, b, a); }
};
Graphics();