Added missing clear() implementation
This commit is contained in:
@@ -338,3 +338,7 @@ CompositeLayer::CompositeLayer(const CompositeLayer& compositeLayer,const osg::C
|
||||
}
|
||||
|
||||
|
||||
void CompositeLayer::clear()
|
||||
{
|
||||
_layers.clear();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user