Added missing dirtyBound().

This commit is contained in:
Robert Osfield
2005-06-27 08:54:43 +00:00
parent 042ca70866
commit 4e0a5e5069

View File

@@ -163,6 +163,7 @@ bool Switch::setAllChildrenOn()
{
*itr = true;
}
dirtyBound();
return true;
}