瀏覽代碼

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

[skip ci]
rdb 3 年之前
父節點
當前提交
d4b8bb63ba
共有 1 個文件被更改,包括 1 次插入1 次删除
  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::
 void PandaNode::
 set_bound(const BoundingVolume *volume) {
 set_bound(const BoundingVolume *volume) {