mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 00:06:44 -04:00
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::
|
void PandaNode::
|
||||||
set_bound(const BoundingVolume *volume) {
|
set_bound(const BoundingVolume *volume) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user