This commit is contained in:
Seth Alves 2017-05-21 08:42:53 -07:00
parent c68efc2ed0
commit 381de7a1e2

View file

@ -2765,7 +2765,7 @@ bool EntityItem::getLocked() const {
void EntityItem::setLocked(bool value) { void EntityItem::setLocked(bool value) {
withWriteLock([&] { withWriteLock([&] {
_locked = value; _locked = value;
}); });
} }