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();