mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
The code related to t.audio.mixwithsystem=true is run before the audio module is loaded. Fixes issue #1430.
This commit is contained in:
@@ -261,7 +261,7 @@ public:
|
||||
* Sets whether audio from other apps mixes with love.audio or is muted,
|
||||
* on supported platforms.
|
||||
**/
|
||||
bool setMixWithSystem(bool mix);
|
||||
static bool setMixWithSystem(bool mix);
|
||||
|
||||
private:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user