Fixed compile warning

This commit is contained in:
Robert Osfield
2005-11-02 10:29:13 +00:00
parent 44d0e90f92
commit 21c5a129ff

View File

@@ -306,7 +306,7 @@ class OSG_EXPORT CameraNode : public Transform, public CullSettings
META_Object(osg,DrawCallback)
virtual void operator () (const osg::CameraNode& camera) const {}
virtual void operator () (const osg::CameraNode& /*camera*/) const {}
};
/** Set the post draw callback for custom operations to do done after the drawing of the camera's subgraph has been completed.*/