mirror of
https://github.com/Relintai/gdnative_cpp.git
synced 2024-11-12 10:25:31 +01:00
Rename the Math namespace in Vector2.
This commit is contained in:
parent
c6607875c9
commit
3ba1d209c4
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user