mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Removed all references to normalizeCOlor
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
ns.PaintBucket.prototype.applyToolAt = function(col, row, frame, color, canvas, dpi) {
|
||||
|
||||
// Change model:
|
||||
var targetColor = pskl.utils.normalizeColor(frame[col][row]);
|
||||
var targetColor = frame[col][row];
|
||||
//this.recursiveFloodFill_(frame, col, row, targetColor, color);
|
||||
this.queueLinearFloodFill_(frame, col, row, targetColor, color);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user