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