remove unnecessary ogg loop override

pull/47/head
cosmonaut 2023-03-06 12:12:58 -08:00
parent 96800cc348
commit b0259e2b61
1 changed files with 0 additions and 8 deletions

View File

@ -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();