From d7c051cecf0db9056e94d5e80146aa0b066e606b Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 4 Nov 2021 13:49:05 +0800 Subject: *text alignment --- Runtime/Math/Vector2.cpp | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 Runtime/Math/Vector2.cpp (limited to 'Runtime/Math/Vector2.cpp') 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); -- cgit v1.1-26-g67d0