Added initial shell of PushButton implementation
This commit is contained in:
@@ -31,7 +31,6 @@ public:
|
||||
std::string& getText() { return _text; }
|
||||
const std::string& getText() const { return _text; }
|
||||
|
||||
|
||||
virtual void createGraphicsImplementation();
|
||||
|
||||
protected:
|
||||
@@ -41,7 +40,6 @@ protected:
|
||||
|
||||
// implementation detail
|
||||
osg::ref_ptr<osgText::Text> _textDrawable;
|
||||
osg::ref_ptr<osg::Geode> _textGeode;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user