1
0
Fork 0
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:
Emmanouil Papadeas 2024-01-01 02:00:56 +02:00
parent 08db10faad
commit 33ffa88a5b
2 changed files with 0 additions and 2 deletions

View file

@ -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:

View file

@ -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: