From 17e580dfa2d16fbdc89728fef281ec614d4974a6 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sat, 12 May 2018 19:22:01 +0200 Subject: [PATCH] include/Spectre/Graphics/Vertex2D.h: minor fix. --- include/Spectre/Graphics/Vertex2D.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/Spectre/Graphics/Vertex2D.h b/include/Spectre/Graphics/Vertex2D.h index 4f55b98..b45693e 100644 --- a/include/Spectre/Graphics/Vertex2D.h +++ b/include/Spectre/Graphics/Vertex2D.h @@ -9,8 +9,8 @@ enum VertexAttrib { VertexAttribPosition = 0, - VertexAttribColor0 = 3, - VertexAttribColor1 = 4, + VertexAttribColor0 = 3, + VertexAttribColor1 = 4, VertexAttribTexCoord0 = 8, };