Fixed LPE loading bug

This commit is contained in:
unsettledgames 2021-07-20 22:09:20 +02:00
parent 3b8dbb5151
commit 4525519071
1 changed files with 2 additions and 0 deletions

View File

@ -68,6 +68,8 @@ const Startup = (() => {
loadFromLPE(fileContent);
// Deleting the default layer
deleteLayer(false);
// Selecting the new one
layers[1].selectLayer();
}
}