From David Callu, warning fixes and removal of spaces at end of lines.
This commit is contained in:
@@ -109,7 +109,7 @@ struct StatsGraph : public osg::MatrixTransform
|
||||
struct NeverCull : public osg::Drawable::CullCallback
|
||||
{
|
||||
NeverCull() {}
|
||||
bool cull(osg::NodeVisitor* nv, osg::Drawable* drawable, osg::RenderInfo* renderInfo) const { return false;}
|
||||
bool cull(osg::NodeVisitor* /*nv*/, osg::Drawable* /*drawable*/, osg::RenderInfo* /*renderInfo*/) const { return false;}
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user