mirror of
https://github.com/TangentFoxy/slam.git
synced 2025-07-28 02:32:16 +00:00
fixed minor error, updated ReadMe
This commit is contained in:
4
slam.lua
4
slam.lua
@@ -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
|
||||
|
Reference in New Issue
Block a user