Update StackedTransform.cpp
This commit is contained in:
parent
572e1d75a4
commit
22c8c669e7
@ -41,9 +41,7 @@ void StackedTransform::update(float t)
|
||||
continue;
|
||||
// update and check if there are changes
|
||||
element->update(t);
|
||||
if (!dirty && !element->isIdentity()){
|
||||
dirty = true;
|
||||
}
|
||||
dirty = true;
|
||||
}
|
||||
|
||||
if (!dirty)
|
||||
|
Loading…
Reference in New Issue
Block a user