From c89a7fe67cbabeeff55483e3f037b5fd881e5f23 Mon Sep 17 00:00:00 2001 From: flashk Date: Tue, 5 Mar 2019 09:32:55 -0800 Subject: [PATCH] Update StackedTransform.cpp --- src/osgAnimation/StackedTransform.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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)