mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 03:04:33 +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()) {
|
||||
return true;
|
||||
}
|
||||
i++;
|
||||
}
|
||||
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue