It looks like I done goofed. It just hit me why it's happening:slime wrote:What's the code you're using to test?
Code: Select all
-- The code I was using.
function love.draw()
s = love.audio.newSource("test.mp3")
s:play()
end
It looks like I done goofed. It just hit me why it's happening:slime wrote:What's the code you're using to test?
Code: Select all
-- The code I was using.
function love.draw()
s = love.audio.newSource("test.mp3")
s:play()
end