mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 01:44:06 -04:00
pgraph: fix ignored fixed_depth parameter
This commit is contained in:
parent
89236ac136
commit
ca9ad5f174
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user