optimizations

This commit is contained in:
Eduardo Bart
2012-04-05 16:08:46 -03:00
parent 49727c573f
commit 4f15da695c
10 changed files with 47 additions and 23 deletions

View File

@@ -59,7 +59,8 @@ public:
private:
DrawMode m_drawMode;
float m_startTime;
std::array<std::tuple<int, int>, 4> m_textures;
std::array<std::tuple<int, uint>, 4> m_textures;
int m_lastTexture;
};
#endif