From d24f17b88d901b779c81c7434995675eb2a17429 Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 4 Nov 2021 12:55:25 +0800 Subject: - Internal:: --- Runtime/Graphics/PolyLine.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Runtime/Graphics/PolyLine.cpp') diff --git a/Runtime/Graphics/PolyLine.cpp b/Runtime/Graphics/PolyLine.cpp index 24686f9..279a493 100644 --- a/Runtime/Graphics/PolyLine.cpp +++ b/Runtime/Graphics/PolyLine.cpp @@ -1,9 +1,9 @@ #include "PolyLine.h" -#include "../Math/Vector3.h" #include "Color.h" +#include "Runtime/Math/Math.h" struct PolyLineVBOLayout { - Internal::Vector3 position; - Internal::Color32 color; + Vector3 position; + Color32 color; }; -- cgit v1.1-26-g67d0