From 7083f680ee196ff5bde8cd9a60bd669e4e91f39d Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Fri, 26 Aug 2022 13:48:39 -0400 Subject: [PATCH] ignore delta since we don't use it --- godot/hud/CoinHUD.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/godot/hud/CoinHUD.gd b/godot/hud/CoinHUD.gd index efe294f..bd8f7b1 100644 --- a/godot/hud/CoinHUD.gd +++ b/godot/hud/CoinHUD.gd @@ -1,7 +1,7 @@ extends CanvasLayer # Called every frame. 'delta' is the elapsed time since the previous frame. -func _physics_process(delta): +func _physics_process(_delta): if get_tree().paused: visible = false else: