Browse Source

pgraph: fix ignored fixed_depth parameter

rdb 7 years ago
parent
commit
ca9ad5f174
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/pgraph/nodePath.I

+ 1 - 1
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);
 }
 
 /**