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.h | |
parent | d24f17b88d901b779c81c7434995675eb2a17429 (diff) |
*text alignment
Diffstat (limited to 'Runtime/Math/Vector2.h')
-rw-r--r-- | Runtime/Math/Vector2.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Runtime/Math/Vector2.h b/Runtime/Math/Vector2.h index f13e522..7c519b8 100644 --- a/Runtime/Math/Vector2.h +++ b/Runtime/Math/Vector2.h @@ -53,10 +53,4 @@ namespace Internal Vector2T<T> Vector2T<T>::zero = Vector2T(0, 0); template<typename T> Vector2T<T> Vector2T<T>::one = Vector2T(1, 1); - - typedef Internal::Vector2T<float> Vector2; - } - -typedef Internal::Vector2T<float> Vector2; - |