mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Issue #290: Fix typo in comment
This commit is contained in:
parent
01aa4629cc
commit
fc7fc6d9b0
@ -27,7 +27,7 @@
|
||||
this.dismissSelection(overlay);
|
||||
} else {
|
||||
this.hasSelection = true;
|
||||
// From the pixel cliked, get shape using an algorithm similar to the paintbucket one:
|
||||
// From the pixel clicked, get shape using an algorithm similar to the paintbucket one:
|
||||
var pixels = pskl.PixelUtils.getSimilarConnectedPixelsFromFrame(frame, col, row);
|
||||
this.selection = new pskl.selection.ShapeSelection(pixels);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user