diff options
author | chai <chaifix@163.com> | 2021-12-13 09:44:15 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-12-13 09:44:15 +0800 |
commit | 1b2883e563bb046068affbaf105b34875e12b6ca (patch) | |
tree | 6e4aa99fdaa80e598f1031683dff4eaea3b479d0 /Client/Source | |
parent | 60cbbdec07ab7a5636eac5b3c024ae44e937f4d4 (diff) |
*misc
Diffstat (limited to 'Client/Source')
-rw-r--r-- | Client/Source/Math/Vector2.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Client/Source/Math/Vector2.hpp b/Client/Source/Math/Vector2.hpp index 65f2c10..fed1fe7 100644 --- a/Client/Source/Math/Vector2.hpp +++ b/Client/Source/Math/Vector2.hpp @@ -49,7 +49,6 @@ public: return res; } - float x, y; static Vector2Template<T> zero; @@ -60,7 +59,6 @@ public: using Vector2f = Vector2Template<float>; using Vector2i = Vector2Template<int>; - template<typename T> Vector2Template<T> Vector2Template<T>::zero = Vector2Template(0, 0); template<typename T> |