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