diff --git a/src/osgAnimation/StackedTransform.cpp b/src/osgAnimation/StackedTransform.cpp index 7e7b2bf10..3494d6121 100644 --- a/src/osgAnimation/StackedTransform.cpp +++ b/src/osgAnimation/StackedTransform.cpp @@ -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)