bunch of optimizations

This commit is contained in:
Eduardo Bart
2012-03-20 12:17:10 -03:00
parent 3cd31bcd1e
commit b4261a8c7b
37 changed files with 164 additions and 123 deletions

View File

@@ -58,7 +58,7 @@ public:
private:
DrawMode m_drawMode;
Timer m_startTimer;
float m_startTime;
std::array<std::tuple<int, int>, 4> m_textures;
};