mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 16:13:43 +02:00
let's try that again
This commit is contained in:
parent
081e62a647
commit
30b6b7f21b
1 changed files with 2 additions and 2 deletions
|
@ -1422,7 +1422,7 @@ QUuid SpatiallyNestable::getEditSenderID() {
|
|||
|
||||
void SpatiallyNestable::bumpAncestorChainRenderableVersion(int depth) const {
|
||||
if (depth > MAX_PARENTING_CHAIN_SIZE) {
|
||||
breakParentingLoop();
|
||||
// can't break the parent chain here, because it will call setParentID, which calls this
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -1432,4 +1432,4 @@ void SpatiallyNestable::bumpAncestorChainRenderableVersion(int depth) const {
|
|||
if (success && parent) {
|
||||
parent->bumpAncestorChainRenderableVersion(depth + 1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue