Skip to content

Commit

Permalink
Update scene/3d/look_at_modifier_3d.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
  • Loading branch information
TokageItLab and AThousandShips authored Nov 11, 2024
1 parent 975ec7c commit 501cbbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scene/3d/look_at_modifier_3d.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ int LookAtModifier3D::get_bone() const {
return bone;
}

void LookAtModifier3D::set_forward_axis(LookAtModifier3D::BoneAxis p_axis) {
void LookAtModifier3D::set_forward_axis(BoneAxis p_axis) {
forward_axis = p_axis;
update_configuration_warnings();
}
Expand Down

0 comments on commit 501cbbd

Please sign in to comment.