From 4e0a5e506916637fde17a297ec03ccd5bcb41e88 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 27 Jun 2005 08:54:43 +0000 Subject: [PATCH] Added missing dirtyBound(). --- src/osg/Switch.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/osg/Switch.cpp b/src/osg/Switch.cpp index e7c89cb95..617b1229e 100644 --- a/src/osg/Switch.cpp +++ b/src/osg/Switch.cpp @@ -163,6 +163,7 @@ bool Switch::setAllChildrenOn() { *itr = true; } + dirtyBound(); return true; }