3 lines
71 B
JavaScript
Raw Normal View History

if (cc && cc.audioEngine) {
cc.audioEngine._maxAudioInstance = 6;
}