Skip to content

Commit

Permalink
okay actually fix mp3 restarting now
Browse files Browse the repository at this point in the history
  • Loading branch information
LazyDuchess committed Jul 6, 2024
1 parent bf96ca2 commit aa98a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Scripts/OpenTS2/Content/DBPF/MP3AudioAsset.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ private void OnMp3Read(float[] data)

private void OnClipPositionSet(int position)
{
_mp3Reader = new Mp3FileReader(_stream);
_stream.Position = 0;
}
}
}

0 comments on commit aa98a6f

Please sign in to comment.