mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-24 09:34:03 +02:00
tabs
This commit is contained in:
parent
c68efc2ed0
commit
381de7a1e2
1 changed files with 1 additions and 1 deletions
|
@ -2765,7 +2765,7 @@ bool EntityItem::getLocked() const {
|
||||||
|
|
||||||
void EntityItem::setLocked(bool value) {
|
void EntityItem::setLocked(bool value) {
|
||||||
withWriteLock([&] {
|
withWriteLock([&] {
|
||||||
_locked = value;
|
_locked = value;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue