mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-21 05:00:43 +02:00
Make UWP dependencies self contained
This commit is contained in:
+1
-2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user