fix StreamingVoice loop behavior

pull/51/head
cosmonaut 2023-08-04 12:14:14 -07:00
parent 0cd2c799ee
commit f298a5ec11
1 changed files with 0 additions and 1 deletions

View File

@ -127,7 +127,6 @@ namespace MoonWorks.Audio
if (Loop)
{
AudioData.Seek(0);
AddBuffer();
}
}
}