online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/Timer.gd')
-rw-r--r--ui/Timer.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/Timer.gd b/ui/Timer.gd
index 86aa8e9..69d3eae 100644
--- a/ui/Timer.gd
+++ b/ui/Timer.gd
@@ -16,7 +16,7 @@ func _ready() -> void:
set_process(false) # disable
-func _process(delta) -> void:
+func _process(delta: float) -> void:
if !enabled:
return
if Globals.turn: