Added return

This commit is contained in:
Robert Osfield
2008-12-10 09:34:45 +00:00
parent 905f3673d5
commit 3297702173

View File

@@ -336,7 +336,11 @@ struct SetToColourOperator
bool clearImageToColor(osg::Image* image, const osg::Vec4& colour)
{
if (!image) return false;
modifyImage(image, SetToColourOperator(colour));
return true;
}
}