AudioEngine:Fixed play audio may fail(error code:-1) on iOS

This commit is contained in:
Wenhai Lin 2015-06-30 15:38:24 +08:00
parent 265c9b55e0
commit e124593a5c
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
NS_CC_BEGIN
namespace experimental{
#define MAX_AUDIOINSTANCES 32
#define MAX_AUDIOINSTANCES 24
class AudioEngineThreadPool;