mirror of
https://github.com/love2d/love.git
synced 2026-08-13 09:00:54 +02:00
Rename love.audio.setMixMode to setMixWithSystem. Fix some copyright notice typos.
--HG-- branch : minor
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user