haha whoops
This commit is contained in:
parent
cd3912293f
commit
a6607a0069
|
@ -299,7 +299,7 @@ const PALETTE = {
|
||||||
};
|
};
|
||||||
|
|
||||||
function set_palette(palette) {
|
function set_palette(palette) {
|
||||||
if (typeof(palette) === "object" && palette.isArray()) {
|
if (typeof(palette) === "object" && Array.isArray(palette)) {
|
||||||
set_colours(palette[0], palette[1]);
|
set_colours(palette[0], palette[1]);
|
||||||
console.log(`Palette changed to [${palette}]`);
|
console.log(`Palette changed to [${palette}]`);
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in a new issue