Update StackedTransform.cpp
This commit is contained in:
parent
b14bb21801
commit
c89a7fe67c
@ -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