From 642ab3b74dc14f86b4d1d27ea1a7e22528488bc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 22 Nov 2012 00:30:35 +0100 Subject: [PATCH] WTF? --- src/Shaders/VertexColorShader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Shaders/VertexColorShader.h b/src/Shaders/VertexColorShader.h index 4fa87b65d..1c68a147a 100644 --- a/src/Shaders/VertexColorShader.h +++ b/src/Shaders/VertexColorShader.h @@ -41,7 +41,7 @@ template class SHADERS_EXPORT VertexColorShader: public typedef Attribute<0, typename DimensionTraits::PointType> Position; /** @brief Vertex color */ - typedef Attribute<1, Math::Point2D> Color; + typedef Attribute<1, Color3> Color; VertexColorShader();