fix outfit problems

This commit is contained in:
Eduardo Bart
2012-01-30 04:27:21 -02:00
parent 87236ee780
commit 437f515e7c
7 changed files with 84 additions and 32 deletions

View File

@@ -45,6 +45,8 @@ public:
TriangleStrip = GL_TRIANGLE_STRIP
};
PainterShaderProgram();
bool link();
void setProjectionMatrix(const Matrix3& projectionMatrix);
@@ -57,6 +59,7 @@ public:
private:
DrawMode m_drawMode;
Timer m_startTimer;
std::array<std::tuple<int, int>, 4> m_textures;
};
#endif