summaryrefslogtreecommitdiff
path: root/Runtime/Math/Vector2.cpp
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-10-28 10:39:31 +0800
committerchai <chaifix@163.com>2021-10-28 10:39:31 +0800
commit8cbcd2dc3f7ea5a1d8656cd3885b553121cb7450 (patch)
tree216433c4e919ecac921e0d1eb3a96e19fc4fd032 /Runtime/Math/Vector2.cpp
parentd162d7711177c414e5ea9a3876dc6fa3414c937e (diff)
*internal
Diffstat (limited to 'Runtime/Math/Vector2.cpp')
-rw-r--r--Runtime/Math/Vector2.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Runtime/Math/Vector2.cpp b/Runtime/Math/Vector2.cpp
index 2b70b24..185e66f 100644
--- a/Runtime/Math/Vector2.cpp
+++ b/Runtime/Math/Vector2.cpp
@@ -1,4 +1,4 @@
#include "Vector2.h"
-Vector2 Vector2::one = Vector2(1, 1);
-Vector2 Vector2::zero = Vector2(0, 0);
+Internal::Vector2 Internal::Vector2::one = Internal::Vector2(1, 1);
+Internal::Vector2 Internal::Vector2::zero = Internal::Vector2(0, 0);