Clean repository-owned GDScript warnings
This commit is contained in:
parent
ff536e62a6
commit
1284619079
17 changed files with 60 additions and 74 deletions
|
|
@ -355,7 +355,7 @@ func _make_scroll_indicator(
|
|||
return indicator
|
||||
|
||||
|
||||
func _on_catalog_scroll_value_changed(value: float) -> void:
|
||||
func _on_catalog_scroll_value_changed(_value: float) -> void:
|
||||
if _snapping_catalog_scroll:
|
||||
return
|
||||
_catalog_scroll_snap_timer.start()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue