Issue #290: Fix typo in comment

This commit is contained in:
Julian Descottes 2016-08-01 09:45:19 +02:00 committed by juliandescottes
parent 01aa4629cc
commit fc7fc6d9b0

View File

@ -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);