summaryrefslogtreecommitdiff
path: root/core/math/vector4.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/math/vector4.h')
-rw-r--r--core/math/vector4.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/math/vector4.h b/core/math/vector4.h
index 7dd8d7aff5..645c51db87 100644
--- a/core/math/vector4.h
+++ b/core/math/vector4.h
@@ -272,4 +272,5 @@ _FORCE_INLINE_ Vector4 operator*(const int32_t p_scalar, const Vector4 &p_vec) {
_FORCE_INLINE_ Vector4 operator*(const int64_t p_scalar, const Vector4 &p_vec) {
return p_vec * p_scalar;
}
+
#endif // VECTOR4_H