Rename love.audio.setMixMode to setMixWithSystem. Fix some copyright notice typos.

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2017-07-29 23:22:54 -03:00
parent 17cf7bba83
commit 02aa7937a1
12 changed files with 39 additions and 25 deletions
+1 -1
View File
@@ -496,7 +496,7 @@ function love.init()
end
if love.audio then
love.audio.setMixMode(c.audio.mixwithsystem)
love.audio.setMixWithSystem(c.audio.mixwithsystem)
end
-- Our first timestep, because window creation can take some time