Skip to content

Commit

Permalink
Update FuckState.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesisfeline committed Dec 3, 2024
1 parent 778a5c5 commit 8b6fc09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/funkin/ui/FuckState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import lime.app.Application;
import lime.app.Application as LimeApp;
import haxe.CallStack;
import funkin.util.logging.CrashHandler;
import funkin.audio.FunkinSound;
import openfl.text.TextField;
import openfl.text.TextFormat;
import openfl.Lib;
Expand Down Expand Up @@ -329,7 +330,7 @@ class FuckState extends FlxState
{
super.create();

funkin.audio.FunkinSoundFunkinSound.playOnce(Paths.soundRandom('badnoise', 1, 3), 1.0);
FunkinSound.playOnce(Paths.soundRandom('badnoise', 1, 3), 1.0);

try
{
Expand Down

0 comments on commit 8b6fc09

Please sign in to comment.