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
Calling [[OALSimpleAudio sharedInstance] bgPlaying] returns FALSE even when there is background music playing.
I wrote a category to OALSimpleAudio to only trigger the play action when the speficied background music file is not already playing but since bgPlaying returns FALSE even when the background music is actually playing, the code below simply does not work.
The text was updated successfully, but these errors were encountered:
jaderfeijo
changed the title
[OALSimpleAudio bgPlaying] returns FALSE when there is actually some background music playing
[OALSimpleAudio bgPlaying] not working
Aug 14, 2014
Calling
[[OALSimpleAudio sharedInstance] bgPlaying]
returnsFALSE
even when there is background music playing.I wrote a category to
OALSimpleAudio
to only trigger the play action when the speficied background music file is not already playing but sincebgPlaying
returnsFALSE
even when the background music is actually playing, the code below simply does not work.The text was updated successfully, but these errors were encountered: