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
Only perform activity actions when activity is running
When game starts, there is no activity running yet, but when loading
data through `g_PresetMan.LoadAllDataModules()` call in `main()`, this
will get executed and call a member function on a nullptr.
0 commit comments