Properly queue critical VO clips
This commit is contained in:
@@ -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}");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user