mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 14:58:03 +02:00
fix hang
This commit is contained in:
parent
4402242c3c
commit
644076214e
1 changed files with 1 additions and 0 deletions
|
@ -1797,6 +1797,7 @@ bool EntityItem::shouldSuppressEdits() const {
|
||||||
if (i.value()->shouldSuppressEdits()) {
|
if (i.value()->shouldSuppressEdits()) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
i++;
|
||||||
}
|
}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in a new issue