bugfix: alpha channel now opaque (not transparent)

This commit is contained in:
Iam Naughton Phier 2014-08-07 01:38:49 +03:00
parent af5c5c8e66
commit 3d7cf11518
3 changed files with 3 additions and 3 deletions

View file

@ -400,7 +400,7 @@
}
return _results;
})();
x.push(0);
x.push(255);
return x;
};