summaryrefslogtreecommitdiff
path: root/scripts/splashscreen.gd
diff options
context:
space:
mode:
authorLogan <logan@cflip.net>2023-05-01 11:03:42 -0600
committerLogan <logan@cflip.net>2023-05-01 11:03:42 -0600
commit7625d43635b89a97e662deb01814c79154516302 (patch)
treec66f424a93c520d2a7d1e2c4912bb9d359916fc6 /scripts/splashscreen.gd
parenteefa785ec82076308b399cbb651cfb966954f6d4 (diff)
Remove now unnecessary error ignore flags.
Diffstat (limited to 'scripts/splashscreen.gd')
-rw-r--r--scripts/splashscreen.gd1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/splashscreen.gd b/scripts/splashscreen.gd
index 933528e..4e99e18 100644
--- a/scripts/splashscreen.gd
+++ b/scripts/splashscreen.gd
@@ -12,5 +12,4 @@ func _input(event):
change_scene_to_file()
func change_scene_to_file():
- # warning-ignore:return_value_discarded
get_tree().change_scene_to_file("res://scenes/mainmenu.tscn")