Make UWP dependencies self contained

This commit is contained in:
Caorthann
2026-08-04 12:31:47 +01:00
parent dacd9abe73
commit 3b490bc42f
133 changed files with 57038 additions and 237 deletions
+1 -2
View File
@@ -259,8 +259,7 @@ function Music.play(data, song, loop, ctx)
pcall(loopSrc.setLooping, loopSrc, wantLoop)
applyVolume(loopSrc)
applyFilter(loopSrc)
elseif not isChip then
-- ChipAudio owns the loop policy for its queueable source.
else
pcall(src.setLooping, src, wantLoop)
end
applyVolume(src)