mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
Remove unneeded signal connect from the rulers
This commit is contained in:
parent
08db10faad
commit
33ffa88a5b
|
@ -11,7 +11,6 @@ var last: Vector2
|
|||
|
||||
func _ready() -> void:
|
||||
Global.project_changed.connect(queue_redraw)
|
||||
Global.main_viewport.item_rect_changed.connect(queue_redraw)
|
||||
|
||||
|
||||
func _gui_input(event: InputEvent) -> void:
|
||||
|
|
|
@ -11,7 +11,6 @@ var last: Vector2
|
|||
|
||||
func _ready() -> void:
|
||||
Global.project_changed.connect(queue_redraw)
|
||||
Global.main_viewport.item_rect_changed.connect(queue_redraw)
|
||||
|
||||
|
||||
func _gui_input(event: InputEvent) -> void:
|
||||
|
|
Loading…
Reference in a new issue