diff --git a/src/Audio/StreamingSoundOgg.cs b/src/Audio/StreamingSoundOgg.cs index bb177a9..d79370e 100644 --- a/src/Audio/StreamingSoundOgg.cs +++ b/src/Audio/StreamingSoundOgg.cs @@ -79,14 +79,6 @@ namespace MoonWorks.Audio filledLengthInBytes = sampleCount * sizeof(float); } - protected override void OnReachedEnd() - { - if (Loop) - { - Seek(0); - } - } - protected unsafe override void Destroy() { base.Destroy();