pgraph: Proper deprecated marking for `PandaNode::set_bound()`
[skip ci]
This commit is contained in:
parent
e113503538
commit
d4b8bb63ba
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue