mirror of https://github.com/axmolengine/axmol.git
Merge pull request #12604 from WenhaiLin/v3.8-audio-iosfix
AudioEngine:Fixed play audio may fail(error code:-1) on iOS
This commit is contained in:
commit
d5d68223f1
|
@ -36,7 +36,7 @@
|
||||||
|
|
||||||
NS_CC_BEGIN
|
NS_CC_BEGIN
|
||||||
namespace experimental{
|
namespace experimental{
|
||||||
#define MAX_AUDIOINSTANCES 32
|
#define MAX_AUDIOINSTANCES 24
|
||||||
|
|
||||||
class AudioEngineThreadPool;
|
class AudioEngineThreadPool;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue