fixed minor error, updated ReadMe

This commit is contained in:
Paul Liverman
2014-11-27 16:28:00 -08:00
parent 4747db163d
commit 38b1cbb4dc
2 changed files with 29 additions and 24 deletions

View File

@@ -137,6 +137,8 @@ Source.isLooping = Source.getLooping
--------------------------
-- love.audio interface --
--------------------------
local slam = {}
slam.audio = {}
function slam.audio.newSource(target, how)
local s = {
_paused = false,
@@ -186,3 +188,5 @@ slam.audio.tags = setmetatable({}, {
return tag
end,
})
return slam