Browse Source

oops, inline wrong

David Rose 24 years ago
parent
commit
ee32368ea6
1 changed files with 3 additions and 3 deletions
  1. 3 3
      panda/src/graph/boundedObject.cxx

+ 3 - 3
panda/src/graph/boundedObject.cxx

@@ -42,7 +42,7 @@ BoundedObject::
 //               different from the bounding volumes on the arcs,
 //               different from the bounding volumes on the arcs,
 //               which enclose all geometry below them.
 //               which enclose all geometry below them.
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
-INLINE_GRAPH const BoundingVolume &BoundedObject::
+const BoundingVolume &BoundedObject::
 get_bound() const {
 get_bound() const {
   {
   {
     CDReader cdata(_cycler);
     CDReader cdata(_cycler);
@@ -57,8 +57,8 @@ get_bound() const {
     }
     }
 
 
     // We need to recompute the bounding volume.  First, we need to
     // We need to recompute the bounding volume.  First, we need to
-    // release the old CDReader, so we can get a CDReader in
-    // recompute_bound().
+    // release the old CDReader, so we can make a CDWriter in
+    // recompute_bound.
   }
   }
 
 
   // Now it's safe to recompute the bounds.
   // Now it's safe to recompute the bounds.