mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Removed global pixelGridCanvas and currentMouseEvent
This commit is contained in:
@@ -130,7 +130,7 @@ const Startup = (() => {
|
||||
TMPLayer = new Layer(width, height, 'tmp-canvas');
|
||||
|
||||
// Pixel grid
|
||||
pixelGrid = new Layer(width, height, pixelGridCanvas);
|
||||
pixelGrid = new Layer(width, height, "pixel-grid");
|
||||
// Setting the general canvasSize
|
||||
canvasSize = currentLayer.canvasSize;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user