mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 17:11:17 +02:00
CR
This commit is contained in:
parent
9155cc6334
commit
5a1ce4bb05
1 changed files with 1 additions and 1 deletions
|
@ -2162,7 +2162,7 @@ bool MyAvatar::isDriveKeyDisabled(int key) const {
|
|||
return _disabledDriveKeys.test(key);
|
||||
} catch (const std::exception&) {
|
||||
qCCritical(interfaceapp) << Q_FUNC_INFO << ": Index out of bounds";
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue