From ca9ad5f1740c1235b9ddbdbbe38027d6bcf7a9b8 Mon Sep 17 00:00:00 2001 From: rdb Date: Fri, 7 Dec 2018 00:57:21 +0100 Subject: [PATCH] pgraph: fix ignored fixed_depth parameter --- panda/src/pgraph/nodePath.I | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/pgraph/nodePath.I b/panda/src/pgraph/nodePath.I index 8ca3153da5..1e0c6b3ab0 100644 --- a/panda/src/pgraph/nodePath.I +++ b/panda/src/pgraph/nodePath.I @@ -1753,7 +1753,7 @@ set_billboard_axis(PN_stdfloat offset) { */ INLINE void NodePath:: set_billboard_point_eye(PN_stdfloat offset, bool fixed_depth) { - set_billboard_point_eye(NodePath(), offset); + set_billboard_point_eye(NodePath(), offset, fixed_depth); } /**