You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove destructor disconnect call for onFadeComplete handler
The `MainMenuState` object owns the `mFade` member field, so `mFade` gets destructed as part of `MainMenuState`. Part of the destruction for the `mFade` field is to disconnect all `Signal` handlers. Thus the manual `disconnect` is redundant.
0 commit comments