Fixed a crash when Canvas:newImageData should error.

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2015-02-28 16:22:02 -04:00
parent faa4a33fe9
commit 395bb0bea8
2 changed files with 4 additions and 5 deletions
+1 -4
View File
@@ -132,10 +132,7 @@ public:
struct ColorMask
{
bool r;
bool g;
bool b;
bool a;
bool r, g, b, a;
bool operator == (const ColorMask &m) const
{