Skip to content

Commit

Permalink
;
Browse files Browse the repository at this point in the history
  • Loading branch information
SyncGit12 committed Jan 12, 2025
1 parent 00ff8fd commit 371c0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/TitleState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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'));
}
}

Expand Down

0 comments on commit 371c0c5

Please sign in to comment.