Skip to content

Commit

Permalink
Fixed|macOS|Linux: Default music backend
Browse files Browse the repository at this point in the history
The default music backend should be FluidSynth.
  • Loading branch information
skyjake committed Nov 1, 2018
1 parent e1e9507 commit a7c5570
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -130,8 +130,6 @@ def setDefaults(d)
cdPlugin = 'winmm'
elsif Version.OS == 'ios'
musicPlugin = 'fmod'
else
musicPlugin = 'fmod'
end
record fmod
fmod.speakerMode = '' # defaults to stereo
Expand Down

0 comments on commit a7c5570

Please sign in to comment.