summaryrefslogtreecommitdiff
path: root/Runtime/Math/Vector4.cpp
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-11-04 13:49:05 +0800
committerchai <chaifix@163.com>2021-11-04 13:49:05 +0800
commitd7c051cecf0db9056e94d5e80146aa0b066e606b (patch)
treeda7a96046faa3323d1171d782164d3aae50ce322 /Runtime/Math/Vector4.cpp
parentd24f17b88d901b779c81c7434995675eb2a17429 (diff)
*text alignment
Diffstat (limited to 'Runtime/Math/Vector4.cpp')
-rw-r--r--Runtime/Math/Vector4.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/Runtime/Math/Vector4.cpp b/Runtime/Math/Vector4.cpp
deleted file mode 100644
index 1d392b7..0000000
--- a/Runtime/Math/Vector4.cpp
+++ /dev/null
@@ -1,4 +0,0 @@
-#include "Vector4.h"
-
-Internal::Vector4 Internal::Vector4::one = Internal::Vector4(1, 1, 1, 1);
-Internal::Vector4 Internal::Vector4::zero = Internal::Vector4(0, 0, 0, 0);