prefix unused variables with _
This commit is contained in:
parent
e26bf7ea2b
commit
9a92936a53
1 changed files with 1 additions and 1 deletions
|
|
@ -17,5 +17,5 @@ func _ready():
|
||||||
var current_scene = s.instantiate()
|
var current_scene = s.instantiate()
|
||||||
$MarginContainer.add_child(current_scene)
|
$MarginContainer.add_child(current_scene)
|
||||||
|
|
||||||
func _update_state(old: Global.State, new: Global.State):
|
func _update_state(_old: Global.State, _new: Global.State):
|
||||||
print("updated state")
|
print("updated state")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue