mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 20:11:13 +02:00
Merge pull request #15154 from SamGondelman/parentCollider
Case 8064: Child of animated model brings collider with it
This commit is contained in:
commit
2fd2d2cc5d
1 changed files with 1 additions and 1 deletions
|
@ -1034,7 +1034,7 @@ void RenderableModelEntityItem::copyAnimationJointDataToModel() {
|
||||||
});
|
});
|
||||||
|
|
||||||
if (changed) {
|
if (changed) {
|
||||||
locationChanged(false, true);
|
locationChanged(true, true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue