hhyyrylainen / Leviathan

Leviathan Game Engine
Other
17 stars 8 forks source link

SoundDevice configuration should track "default" device #37

Closed hhyyrylainen closed 5 years ago

hhyyrylainen commented 5 years ago

Right now on the first startup the default device name is saved and then that is always used when available. Instead it should work like this: by default the saved name would be "default" and that would mean to always use the default device.

The user could still customize the choice (once option menu support is added) by selecting a different device.

hhyyrylainen commented 5 years ago

Fixed by: https://github.com/hhyyrylainen/Leviathan/pull/40