mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Fixed a crash when Canvas:newImageData should error.
--HG-- branch : minor
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user