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
// this can happen on e.g. android, where if we exit the application, we don't close the window, so its reused, but the music manager is destroyed, but the hook is called later xD
162
-
/* if (s_instance == nullptr) {
162
+
/* if (m_s_instance == nullptr) {
163
163
return;
164
164
} */
165
165
166
-
s_instance->hook_music_finished();
166
+
m_s_instance->hook_music_finished();
167
167
});
168
168
169
169
// this wasn't block, so we have to wait for the callback to be called
0 commit comments