mirror of
https://github.com/overte-org/overte.git
synced 2025-04-09 01:12:53 +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) {
|
||||
withWriteLock([&] {
|
||||
_locked = value;
|
||||
_locked = value;
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue