The code related to t.audio.mixwithsystem=true is run before the audio module is loaded. Fixes issue #1430.

This commit is contained in:
Alex Szpakowski
2018-12-26 11:36:23 -04:00
parent f504ace6cd
commit 324a290040
8 changed files with 43 additions and 17 deletions
+1 -1
View File
@@ -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: