Fix unset audio device; Force never cursor lock; Cleanup
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
d11db41c43
commit
16be4fcabb
4 changed files with 17 additions and 51 deletions
|
|
@ -50,6 +50,7 @@ struct Initializer {
|
|||
{
|
||||
using namespace rack;
|
||||
|
||||
settings::allowCursorLock = false;
|
||||
settings::autoCheckUpdates = false;
|
||||
settings::autosaveInterval = 0;
|
||||
settings::discordUpdateActivity = false;
|
||||
|
|
@ -222,7 +223,7 @@ protected:
|
|||
if (fCurrentDevice != dev)
|
||||
return false;
|
||||
|
||||
fCurrentDevice = dev;
|
||||
fCurrentDevice = nullptr;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue