Browse Source

pgraph: Proper deprecated marking for `PandaNode::set_bound()`

[skip ci]
rdb 3 years ago
parent
commit
d4b8bb63ba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/pgraph/pandaNode.cxx

+ 1 - 1
panda/src/pgraph/pandaNode.cxx

@@ -1920,7 +1920,7 @@ set_bounds(const BoundingVolume *volume) {
 }
 
 /**
- * Deprecated.  Use set_bounds() instead.
+ * @deprecated Use set_bounds() instead.
  */
 void PandaNode::
 set_bound(const BoundingVolume *volume) {