Properly queue critical VO clips

This commit is contained in:
journaliciouz
2025-10-30 14:17:47 +01:00
parent 64da60dadd
commit e81879959e
10 changed files with 280 additions and 259 deletions

View File

@@ -122,7 +122,7 @@ namespace Dialogue
if (clip != null)
{
appleAudioSource.audioSource.resource = clip;
appleAudioSource.Play();
appleAudioSource.Play(1);
Logging.Debug($"Playing dialogue audio: {clip.name}");
}
}