Skip to content

Commit

Permalink
Fixed selection cursor zoom (#318)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniele Tolomelli <[email protected]>
  • Loading branch information
DanX3 and Daniele Tolomelli authored Nov 28, 2024
1 parent 5cbb73d commit ca48546
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var mode := Mode.SELECT: get = get_mode, set = set_mode

# -------------------------------------------------------------------------------------------------
func _on_zoom_changed(zoom_value: float) -> void:
scale = Vector2.ONE * zoom_value
scale = Vector2.ONE / zoom_value

# -------------------------------------------------------------------------------------------------
func set_mode(m: Mode) -> void:
Expand Down

0 comments on commit ca48546

Please sign in to comment.