Rename the Math namespace in Vector2.

This commit is contained in:
Relintai 2023-05-31 22:57:44 +02:00
parent c6607875c9
commit 3ba1d209c4

View File

@ -285,7 +285,7 @@ inline Vector2 operator*(real_t p_scalar, const Vector2 &p_vec) {
return p_vec * p_scalar;
}
namespace Math {
namespace Mathp {
// Convenience, since they exist in GDScript