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
I often do some initialization in my update() function and only when mixer.getNumOutputChannels() > 0 do I proceed to the rest of the code. But it happens about 30% of the time that this never becomes true.