diff options
author | chai <chaifix@163.com> | 2021-10-28 10:53:40 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-10-28 10:53:40 +0800 |
commit | f6327c0948d666a4b61358c7aefed36eb070198d (patch) | |
tree | d3a57a6f048a205d850d9364c990c8eb7c7e6d41 /Runtime/Graphics/Quad.cpp | |
parent | 8cbcd2dc3f7ea5a1d8656cd3885b553121cb7450 (diff) |
*rename
Diffstat (limited to 'Runtime/Graphics/Quad.cpp')
-rw-r--r-- | Runtime/Graphics/Quad.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Runtime/Graphics/Quad.cpp b/Runtime/Graphics/Quad.cpp index f584fe8..d769dd4 100644 --- a/Runtime/Graphics/Quad.cpp +++ b/Runtime/Graphics/Quad.cpp @@ -5,7 +5,7 @@ struct QuadVBOLayout { - Vector3 position; + Internal::Vector3 position; Internal::Vector2 uv; }; |