mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
fixed merge
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
function changeZoom (layer, direction, cursorLocation) {
|
||||
var oldWidth = canvasSize[0] * zoom;
|
||||
var oldHeight = canvasSize[1] * zoom;
|
||||
@@ -29,4 +28,4 @@ function changeZoom (layer, direction, cursorLocation) {
|
||||
|
||||
// adjust brush size
|
||||
currentTool.updateCursor();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user