mirror of https://github.com/axmolengine/axmol.git
AudioEngine:Fixed play audio may fail(error code:-1) on iOS
This commit is contained in:
parent
265c9b55e0
commit
e124593a5c
|
@ -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