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

[skip ci]
This commit is contained in:
rdb 2022-10-24 01:42:03 +02:00
parent e113503538
commit d4b8bb63ba

View File

@ -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) {