mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 07:19:05 +02:00
oops
This commit is contained in:
parent
b6ac348428
commit
31c2b8fea9
1 changed files with 1 additions and 1 deletions
|
@ -1005,7 +1005,7 @@ void RenderableModelEntityItem::copyAnimationJointDataToModel() {
|
||||||
|
|
||||||
if (changed) {
|
if (changed) {
|
||||||
forEachChild([&](SpatiallyNestablePointer object) {
|
forEachChild([&](SpatiallyNestablePointer object) {
|
||||||
object->locationChanged(tellPhysics);
|
object->locationChanged(false);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue