Skip to content

Commit

Permalink
Appease formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivorforce authored Sep 26, 2024
1 parent d586975 commit f8280df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/godot_cpp/variant/vector4.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ struct _NO_DISCARD_ Vector4 {
real_t z;
real_t w;
};
[[deprecated("Use coord instead")]]
real_t components[4];
[[deprecated("Use coord instead")]] real_t components[4];
real_t coord[4] = { 0, 0, 0, 0 };
};

Expand Down

0 comments on commit f8280df

Please sign in to comment.