1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 17:19:50 +00:00

Do not keep decreasing opacity with the Eraser without releasing the mouse first

Only relevant if the opacity strength is less than 255 in the tool options
This commit is contained in:
Manolis Papadeas 2021-11-08 19:26:00 +02:00
parent dface2ff7f
commit 6e5c4fc99f

View file

@ -36,7 +36,7 @@ func set_config(config : Dictionary) -> void:
func draw_start(position : Vector2) -> void:
Global.canvas.selection.transform_content_confirm()
update_mask()
update_mask(_strength == 1)
_changed = false
_drawer.color_op.changed = false