chore: comment out debug log
This commit is contained in:
@@ -354,7 +354,7 @@ namespace OCES.Audio
|
||||
source.loop = false;
|
||||
source.volume = volumeScale;
|
||||
source.Play();
|
||||
Debug.Log($"[LongAudioContainerPlayer] Playing {segment.Name} at {AudioSettings.dspTime}");
|
||||
//Debug.Log($"[LongAudioContainerPlayer] Playing {segment.Name} at {AudioSettings.dspTime}");
|
||||
|
||||
if (isLoop && segment.StartOffset > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user