mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 09:09:47 +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:
parent
dface2ff7f
commit
6e5c4fc99f
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue