mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Added simple move tool
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
|
||||
// The fake canvas where we will draw the preview of the stroke:
|
||||
// Drawing the first point of the stroke in the fake overlay canvas:
|
||||
drawer.updateOverlay(col, row, color);
|
||||
drawer.overlay.setPixel(col, row, color);
|
||||
drawer.renderOverlay();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user