mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-12-26 15:07:14 +00:00
Fixed stutter once a transition to the main menu completes.
This commit is contained in:
parent
1e359030c3
commit
df5bdc7b7d
|
@ -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