From b0259e2b619b3a86a3ec606c599a464fca5f85cd Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Mon, 6 Mar 2023 12:12:58 -0800 Subject: [PATCH] remove unnecessary ogg loop override --- src/Audio/StreamingSoundOgg.cs | 8 -------- 1 file changed, 8 deletions(-) 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();