From ad0c39e4ac2beadfa71431dee8d745fe35d453e6 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Perrier Date: Wed, 1 Sep 2021 08:58:15 +0200 Subject: [PATCH] Typo --- Source/Engine/Render2D/Render2D.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Engine/Render2D/Render2D.h b/Source/Engine/Render2D/Render2D.h index 4f5558da0..118f20107 100644 --- a/Source/Engine/Render2D/Render2D.h +++ b/Source/Engine/Render2D/Render2D.h @@ -408,7 +408,7 @@ public: /// The texture. /// The vertices array. /// The uvs array. - /// /// The color. + /// The color. API_FUNCTION() static void DrawTexturedTriangles(GPUTexture* t, const Span& vertices, const Span& uvs, const Color& color); /// @@ -417,7 +417,7 @@ public: /// The texture. /// The vertices array. /// The uvs array. - /// /// The colors array. + /// The colors array. API_FUNCTION() static void DrawTexturedTriangles(GPUTexture* t, const Span& vertices, const Span& uvs, const Span& colors); ///