From d4b8bb63ba15f771d94013ac32a5ae4857d6532f Mon Sep 17 00:00:00 2001 From: rdb Date: Mon, 24 Oct 2022 01:42:03 +0200 Subject: [PATCH] pgraph: Proper deprecated marking for `PandaNode::set_bound()` [skip ci] --- panda/src/pgraph/pandaNode.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/pgraph/pandaNode.cxx b/panda/src/pgraph/pandaNode.cxx index e332ef18f5..2c0c89d099 100644 --- a/panda/src/pgraph/pandaNode.cxx +++ b/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) {