tellPhysics to children when animating model

This commit is contained in:
SamGondelman 2019-03-11 12:23:26 -07:00
parent a7e3495cfb
commit 97b01bad70

View file

@ -1032,7 +1032,7 @@ void RenderableModelEntityItem::copyAnimationJointDataToModel() {
}); });
if (changed) { if (changed) {
locationChanged(false, true); locationChanged(true, true);
} }
} }