Browse Source

WTF?

pull/7/head
Vladimír Vondruš 14 years ago
parent
commit
642ab3b74d
  1. 2
      src/Shaders/VertexColorShader.h

2
src/Shaders/VertexColorShader.h

@ -41,7 +41,7 @@ template<std::uint8_t dimensions> class SHADERS_EXPORT VertexColorShader: public
typedef Attribute<0, typename DimensionTraits<dimensions, GLfloat>::PointType> Position;
/** @brief Vertex color */
typedef Attribute<1, Math::Point2D<GLfloat>> Color;
typedef Attribute<1, Color3<GLfloat>> Color;
VertexColorShader();

Loading…
Cancel
Save