music looping is now processed by the MusicContainer

This commit is contained in:
minjaesong
2024-04-06 02:28:30 +09:00
parent 3ef3f3f653
commit cb4462b1ff

View File

@@ -143,7 +143,7 @@ class MusicContainer(
val fullCopyCounts = remainder / totalSizeInBytes
val partialCopyCountsInBytes = (remainder % totalSizeInBytes).toInt()
var start = UnsafeHelper.getArrayOffset(buffer).toInt() + bytesRead
var start = bytesRead
val fullbuf = ByteArray(totalSizeInBytes.toInt())
// make full block copies