Increase maximum concurrent ui sounds

pull/258/head
tobspr 4 years ago
parent a8b37792e4
commit cfed1631aa

@ -8,7 +8,7 @@ import { SOUNDS } from "../platform/sound";
const avgSoundDurationSeconds = 0.25;
const maxOngoingSounds = 2;
const maxOngoingUiSounds = 2;
const maxOngoingUiSounds = 25;
// Proxy to the application sound instance
export class SoundProxy {

Loading…
Cancel
Save