mirror of
https://github.com/overte-org/overte.git
synced 2025-04-09 13:02:24 +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) {
|
||||
locationChanged(false, true);
|
||||
locationChanged(true, true);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue