mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 00:44:38 +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) {
|
if (changed) {
|
||||||
locationChanged(false, true);
|
locationChanged(true, true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue