Increase maximum concurrent ui sounds

This commit is contained in:
tobspr 2020-06-22 12:10:17 +02:00
parent a8b37792e4
commit cfed1631aa
1 changed files with 1 additions and 1 deletions

View File

@ -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 {