From David Callu, "fixed bounding box bug"

This commit is contained in:
Robert Osfield
2008-06-18 10:46:05 +00:00
parent d7e9e5e495
commit 7dc3ad4b5e
2 changed files with 20 additions and 0 deletions

View File

@@ -126,6 +126,9 @@ public:
// // forcefully unloaded.
friend class Font3D;
virtual osg::BoundingBox computeBound() const;
protected:
virtual ~Text3D() {}