mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-19 21:33:06 +00:00
Merge pull request #2315 from ImCodist/bugfix/main-menu-camera-stutter
Fixed stutter once a wipe transition to the Main Menu completes.
This commit is contained in:
commit
4bd8542d3d
|
@ -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