Working on issue 2.

This commit is contained in:
Quentin BAZIN 2013-05-01 18:44:38 +02:00
parent 1145c9c125
commit d2d80c2b83
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -184,7 +184,7 @@ void Map::render() {
} }
time = SDL_GetTicks() - time; time = SDL_GetTicks() - time;
//cout << "Render time: " << time << " ms" << endl; cout << "Render time: " << time << " ms" << endl;
testCubes(); testCubes();