diff options
author | chai <chaifix@163.com> | 2021-11-02 09:30:25 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-11-02 09:30:25 +0800 |
commit | b7511abf1a1f302b5c7ebf50faaf65b62d7bb6ed (patch) | |
tree | 7265398e248b55ede4b3550ec47660be334bf1ff /Runtime/Rendering/Quad.cpp | |
parent | a11097e51fcaef4488218411f2d7b3ee34550000 (diff) |
* TextMesh
Diffstat (limited to 'Runtime/Rendering/Quad.cpp')
-rw-r--r-- | Runtime/Rendering/Quad.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Runtime/Rendering/Quad.cpp b/Runtime/Rendering/Quad.cpp index 6378bf0..4c58674 100644 --- a/Runtime/Rendering/Quad.cpp +++ b/Runtime/Rendering/Quad.cpp @@ -1,5 +1,4 @@ -#include "../Math/Vector2.h" -#include "../Math/Vector3.h" +#include "../Math/Math.h" #include "Quad.h" #include "../Graphics/GfxDevice.h" |