1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-01-12 15:17:57 +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
parent 3142dee553
commit b49fac742f

View file

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