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.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Runtime/Math/Vector2.h') 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 Vector2T::zero = Vector2T(0, 0); template Vector2T Vector2T::one = Vector2T(1, 1); - - typedef Internal::Vector2T Vector2; - } - -typedef Internal::Vector2T Vector2; - -- cgit v1.1-26-g67d0