diff options
Diffstat (limited to 'core/math/vector4.h')
-rw-r--r-- | core/math/vector4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/math/vector4.h b/core/math/vector4.h index 4dba3126cb..048a5bc26e 100644 --- a/core/math/vector4.h +++ b/core/math/vector4.h @@ -36,7 +36,7 @@ class String; -struct _NO_DISCARD_ Vector4 { +struct [[nodiscard]] Vector4 { static const int AXIS_COUNT = 4; enum Axis { |