We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e671a83 commit d9b120cCopy full SHA for d9b120c
musicloader.lua
@@ -35,7 +35,7 @@ end
35
function music:play(name)
36
if name and soundenabled then
37
if self.loaded[name] == false then
38
- local source = love.thread.getChannel("musiclist"):demand(name)
+ local source = love.thread.getChannel(name):demand()
39
self:onLoad(name, source)
40
end
41
if self.loaded[name] then
0 commit comments