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