Compile fixes to osgText.

This commit is contained in:
Robert Osfield
2003-03-03 20:12:18 +00:00
parent b871020222
commit fe978ac122
3 changed files with 5 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ Text::Text():
}
Text::Text(const Text& text,const osg::CopyOp& copyop):
Drawable(text,copyop),
osg::Drawable(text,copyop),
_font(text._font),
_fontWidth(text._fontWidth),
_fontHeight(text._fontHeight),