3 lines
72 B
JavaScript
Raw Permalink Normal View History

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