This commit is contained in:
Seth Alves 2018-02-07 16:31:38 -08:00
parent b6ac348428
commit 31c2b8fea9

View file

@ -1005,7 +1005,7 @@ void RenderableModelEntityItem::copyAnimationJointDataToModel() {
if (changed) { if (changed) {
forEachChild([&](SpatiallyNestablePointer object) { forEachChild([&](SpatiallyNestablePointer object) {
object->locationChanged(tellPhysics); object->locationChanged(false);
}); });
} }
} }