Checked in missing implementation of cleanSceneGraph.

This commit is contained in:
Robert Osfield
2007-03-13 08:18:13 +00:00
parent ca9c4f7ca5
commit 52371293b0

View File

@@ -80,6 +80,15 @@ void ShadowedScene::setShadowTechnique(ShadowTechnique* technique)
}
}
void ShadowedScene::cleanSceneGraph()
{
if (_shadowTechnique.valid())
{
_shadowTechnique->cleanSceneGraph();
}
}
void ShadowedScene::dirty()
{
if (_shadowTechnique.valid())