summaryrefslogtreecommitdiffhomepage
path: root/Racing-Game/Interface/RichTextLabel.gd
diff options
context:
space:
mode:
Diffstat (limited to 'Racing-Game/Interface/RichTextLabel.gd')
-rw-r--r--Racing-Game/Interface/RichTextLabel.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/Racing-Game/Interface/RichTextLabel.gd b/Racing-Game/Interface/RichTextLabel.gd
index 99856bd..c7e36ba 100644
--- a/Racing-Game/Interface/RichTextLabel.gd
+++ b/Racing-Game/Interface/RichTextLabel.gd
@@ -8,7 +8,7 @@ extends RichTextLabel
func _ready():
pass
# Called every frame. 'delta' is the elapsed time since the previous frame.
-func _process(delta):
+func _process(_delta):
set_rotation(0)
pass