Fix RNA crash am: d58230c7f7
am: cb3cf9e385
Change-Id: If3e79b4593c8f1edf06f1b7e16e16a727c1a28b8
This commit is contained in:
@@ -83,8 +83,11 @@ void AnimatorManager::pushStaging() {
|
|||||||
}
|
}
|
||||||
mNewAnimators.clear();
|
mNewAnimators.clear();
|
||||||
}
|
}
|
||||||
for (auto& animator : mAnimators) {
|
if (mAnimators.size()) {
|
||||||
animator->pushStaging(mAnimationHandle->context());
|
for (auto& animator : mAnimators) {
|
||||||
|
animator->pushStaging(mAnimationHandle->context());
|
||||||
|
}
|
||||||
|
mParent.mProperties.updateMatrix();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user