1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-12-25 22:47:52 +00:00

Fixed stutter once a transition to the main menu completes.

This commit is contained in:
codist 2024-05-08 04:21:30 -04:00 committed by Cameron Taylor
parent 1e359030c3
commit df5bdc7b7d

View file

@ -139,10 +139,6 @@ class MainMenuState extends MusicBeatState
resetCamStuff();
subStateClosed.add(_ -> {
resetCamStuff();
});
subStateOpened.add(sub -> {
if (Type.getClass(sub) == FreeplayState)
{