Replace QStack with std::stack

This commit is contained in:
Jonas Kulla 2013-12-27 20:10:01 +01:00
parent 922a16a013
commit 99866fb84c
2 changed files with 5 additions and 4 deletions

View file

@ -89,7 +89,7 @@ struct ColorQuadArray
shState->ensureQuadIBO(quadCount);
}
void draw(uint offset, uint count)
void draw(size_t offset, size_t count)
{
VAO::bind(vao);