Fixes for IRIX and Boris Bralo's TerraPage loader.

This commit is contained in:
Robert Osfield
2002-02-08 09:30:02 +00:00
parent 62d8b1e8de
commit 4c5fcd3f61
45 changed files with 11037 additions and 11 deletions

View File

@@ -9,7 +9,7 @@ Paragraph::Paragraph()
}
Paragraph::Paragraph(const Paragraph& paragraph,const osg::CopyOp& copyop):
Geode(paragraph,copyop),
osg::Geode(paragraph,copyop),
_position(paragraph._position),
_text(paragraph._text),
_font(dynamic_cast<Font*>(copyop(paragraph._font.get()))),