Skip to content

Commit

Permalink
correct max audio instance on Android (#1869)
Browse files Browse the repository at this point in the history
  • Loading branch information
PPpro authored and jareguo committed Oct 10, 2019
1 parent 9e14d66 commit 0f6d9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cocos/audio/android/AudioEngine-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#include "base/CCRef.h"
#include "base/ccUtils.h"

#define MAX_AUDIOINSTANCES 24
#define MAX_AUDIOINSTANCES 13

#define ERRORLOG(msg) log("fun:%s,line:%d,msg:%s",__func__,__LINE__,#msg)

Expand Down

0 comments on commit 0f6d9ba

Please sign in to comment.