diff options
author | chai <chaifix@163.com> | 2021-11-04 13:49:05 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-11-04 13:49:05 +0800 |
commit | d7c051cecf0db9056e94d5e80146aa0b066e606b (patch) | |
tree | da7a96046faa3323d1171d782164d3aae50ce322 /Runtime/Math/Vector2.cpp | |
parent | d24f17b88d901b779c81c7434995675eb2a17429 (diff) |
*text alignment
Diffstat (limited to 'Runtime/Math/Vector2.cpp')
-rw-r--r-- | Runtime/Math/Vector2.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Runtime/Math/Vector2.cpp b/Runtime/Math/Vector2.cpp deleted file mode 100644 index 185e66f..0000000 --- a/Runtime/Math/Vector2.cpp +++ /dev/null @@ -1,4 +0,0 @@ -#include "Vector2.h" - -Internal::Vector2 Internal::Vector2::one = Internal::Vector2(1, 1); -Internal::Vector2 Internal::Vector2::zero = Internal::Vector2(0, 0); |