mirror of
https://github.com/overte-org/overte.git
synced 2025-04-13 08:02:22 +02:00
fixing merge bug
This commit is contained in:
parent
4116f6ca9a
commit
34130778ec
1 changed files with 2 additions and 0 deletions
|
@ -450,6 +450,8 @@ void Keyboard::setResetKeyboardPositionOnRaise(bool reset) {
|
|||
_resetKeyboardPositionOnRaise = reset;
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
void Keyboard::setPreferMalletsOverLasers(bool preferMalletsOverLasers) {
|
||||
_preferMalletsOverLasersSettingLock.withWriteLock([&] {
|
||||
_preferMalletsOverLasers.set(preferMalletsOverLasers);
|
||||
|
|
Loading…
Reference in a new issue