Skip to content

Commit

Permalink
PathFollow3D update transform immediately by default
Browse files Browse the repository at this point in the history
  • Loading branch information
xiongyaohua committed Aug 27, 2024
1 parent db76de5 commit 9527203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scene/3d/path_3d.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class PathFollow3D : public Node3D {

PackedStringArray get_configuration_warnings() const override;

void update_transform(bool p_immediate = false);
void update_transform(bool p_immediate = true);

static Transform3D correct_posture(Transform3D p_transform, PathFollow3D::RotationMode p_rotation_mode);

Expand Down

0 comments on commit 9527203

Please sign in to comment.