Skip to content

Commit 5361df2

Browse files
JackXson-RealKade-github
authored andcommitted
latency state exits to options state
1 parent 60a707b commit 5361df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/funkin/ui/debug/latency/LatencyState.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ class LatencyState extends MusicBeatSubState
360360
{
361361
// close();
362362
cleanup();
363-
FlxG.switchState(() -> new MainMenuState());
363+
FlxG.switchState(() -> new funkin.ui.options.OptionsState());
364364
}
365365

366366
super.update(elapsed);

0 commit comments

Comments
 (0)