This commit is contained in:
pxlvxl 2022-02-27 09:20:08 -05:00
parent fedca8f95e
commit bc7561b72d
1 changed files with 1 additions and 3 deletions

View File

@ -35,9 +35,7 @@ const Startup = (() => {
console.trace(); console.trace();
// The palette is empty, at the beginning // The palette is empty, at the beginning
ColorModule.resetPalette(); ColorModule.resetPalette();
if (lpe && !lpe.colors) {
lpe.colors = ["#000000"];
}
initLayers(lpe); initLayers(lpe);
initPalette(); initPalette();