mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
Fix issue with the bucket tool's "same color pixels" method not working in all selected cels
This commit is contained in:
parent
5475643079
commit
539ccb2e58
|
@ -208,7 +208,6 @@ func fill_in_color(position: Vector2) -> void:
|
|||
}
|
||||
var gen := ShaderImageEffect.new()
|
||||
gen.generate_image(image, ColorReplaceShader, params, project.size)
|
||||
yield(gen, "done")
|
||||
|
||||
|
||||
func fill_in_area(position: Vector2) -> void:
|
||||
|
|
Loading…
Reference in a new issue