diff options
author | chai <chaifix@163.com> | 2021-10-28 11:09:59 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-10-28 11:09:59 +0800 |
commit | 92dd401d75e19281dc7a01492ab3c0996de330fc (patch) | |
tree | 489abcea143fc269e77a0553c6f12ec821bf2feb /Runtime/Graphics/PolyLine.cpp | |
parent | f6327c0948d666a4b61358c7aefed36eb070198d (diff) |
*misc
Diffstat (limited to 'Runtime/Graphics/PolyLine.cpp')
-rw-r--r-- | Runtime/Graphics/PolyLine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Runtime/Graphics/PolyLine.cpp b/Runtime/Graphics/PolyLine.cpp index db27903..24686f9 100644 --- a/Runtime/Graphics/PolyLine.cpp +++ b/Runtime/Graphics/PolyLine.cpp @@ -5,5 +5,5 @@ struct PolyLineVBOLayout { Internal::Vector3 position; - Color32 color; + Internal::Color32 color; }; |