pgraph: fix ignored fixed_depth parameter

This commit is contained in:
rdb 2018-12-07 00:57:21 +01:00
parent 89236ac136
commit ca9ad5f174

View File

@ -1753,7 +1753,7 @@ set_billboard_axis(PN_stdfloat offset) {
*/ */
INLINE void NodePath:: INLINE void NodePath::
set_billboard_point_eye(PN_stdfloat offset, bool fixed_depth) { set_billboard_point_eye(PN_stdfloat offset, bool fixed_depth) {
set_billboard_point_eye(NodePath(), offset); set_billboard_point_eye(NodePath(), offset, fixed_depth);
} }
/** /**