updated eraser tool

This commit is contained in:
Marco Marinò 2022-02-05 18:24:53 +01:00
parent ceac61e8b2
commit 7467353e70
1 changed files with 2 additions and 2 deletions

View File

@ -103,7 +103,7 @@ class EraserTool extends ResizableTool {
prevY,
currX,
currY,
this.currSize
this.currSize, true
);
} else {
currFile.currentLayer.drawLine(
@ -111,7 +111,7 @@ class EraserTool extends ResizableTool {
prevY - horizontalFactor,
currX - verticalFactor,
currY - horizontalFactor,
this.currSize
this.currSize, true
);
}
}