From 7ea1c56b4c4aaa083486f6121e969c710d0e09d5 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 22 Feb 2006 20:51:26 +0000 Subject: [PATCH] Fixed getBound() comment. --- include/osg/Drawable | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/osg/Drawable b/include/osg/Drawable index 6d1b648cd..8fcf81632 100644 --- a/include/osg/Drawable +++ b/include/osg/Drawable @@ -160,9 +160,8 @@ class OSG_EXPORT Drawable : public Object * is modified.*/ void dirtyBound(); - /** get bounding box of geoset. - * Note, now made virtual to make it possible to implement user-drawn - * objects albeit somewhat crudely, to be improved later. + /** Get BoundingBox of Drawable. + * If the BoundingBox is not up to date then its updated via an internal call to computeBond(). */ inline const BoundingBox& getBound() const {