From 371c0c5b574217ed0f9cece0c6882385c71c4651 Mon Sep 17 00:00:00 2001 From: Lunar <144155299+SyncGit12@users.noreply.github.com> Date: Sun, 12 Jan 2025 18:16:15 -0300 Subject: [PATCH] ; --- source/TitleState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/TitleState.hx b/source/TitleState.hx index d7dbd3dd560..10b35e1f1ed 100644 --- a/source/TitleState.hx +++ b/source/TitleState.hx @@ -371,7 +371,7 @@ class TitleState extends MusicBeatState switch(sarcasmEasterEgg.toUpperCase()) { case 'ANNOUNCER': - FlxG.sound.play(Paths.sound('sarcasmComplete')) + FlxG.sound.play(Paths.sound('sarcasmComplete')); } }