mirror of
https://github.com/overte-org/overte.git
synced 2025-04-11 01:42:11 +02:00
tellPhysics to children when animating model
This commit is contained in:
parent
a7e3495cfb
commit
97b01bad70
1 changed files with 1 additions and 1 deletions
|
@ -1032,7 +1032,7 @@ void RenderableModelEntityItem::copyAnimationJointDataToModel() {
|
|||
});
|
||||
|
||||
if (changed) {
|
||||
locationChanged(false, true);
|
||||
locationChanged(true, true);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue