mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Restored Startup.js to previous version
This commit is contained in:
parent
636d4685a0
commit
f5fc762c5c
@ -108,7 +108,8 @@ const Startup = (() => {
|
||||
}
|
||||
|
||||
// Setting up the current layer
|
||||
currentLayer = new Layer(width, height, canvas, layerListEntry);
|
||||
layers[1] = new Layer(width, height, layers[1].canvas, layers[1].menuEntry);
|
||||
currentLayer = layers[1];
|
||||
currentLayer.canvas.style.zIndex = 2;
|
||||
|
||||
// Updating canvas size to the new size
|
||||
|
Loading…
Reference in New Issue
Block a user