small racing game im working on
Diffstat (limited to 'ui/revs.gd')
-rw-r--r--ui/revs.gd4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/revs.gd b/ui/revs.gd
index deb2188..4704adc 100644
--- a/ui/revs.gd
+++ b/ui/revs.gd
@@ -3,5 +3,5 @@ extends Label
@export var f_string = " %drpm"
@export var car: Node3D
-func _process(_delta: float) -> void:
- text = f_string % car.calculate_rpm()
+# func _process(_delta: float) -> void:
+# text = f_string % car.calculate_rpm()