Merge pull request #15154 from SamGondelman/parentCollider

Case 8064: Child of animated model brings collider with it
This commit is contained in:
Sabrina Shanman 2019-03-21 11:26:50 -07:00 committed by GitHub
commit 2fd2d2cc5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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