Added missing ;

This commit is contained in:
Robert Osfield 2003-02-18 10:50:57 +00:00
parent cbad9b7610
commit 20489dbd4c

View File

@ -76,7 +76,7 @@ class MyCullCallback : public osg::NodeCallback
osg::ref_ptr<osg::Node> _subgraph;
osg::ref_ptr<osg::Texture2D> _texture;
osg::ref_ptr<osg::StateSet> _localState
osg::ref_ptr<osg::StateSet> _localState;
};