mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-11-26 06:09:02 +00:00
Fixed stutter once a transition to the main menu completes.
This commit is contained in:
parent
3142dee553
commit
b49fac742f
|
|
@ -139,10 +139,6 @@ class MainMenuState extends MusicBeatState
|
||||||
|
|
||||||
resetCamStuff();
|
resetCamStuff();
|
||||||
|
|
||||||
subStateClosed.add(_ -> {
|
|
||||||
resetCamStuff();
|
|
||||||
});
|
|
||||||
|
|
||||||
subStateOpened.add(sub -> {
|
subStateOpened.add(sub -> {
|
||||||
if (Type.getClass(sub) == FreeplayState)
|
if (Type.getClass(sub) == FreeplayState)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue