Looking for the bug

This commit is contained in:
Kayne Ruse
2015-04-27 01:33:57 +10:00
parent 2a1ee4acbf
commit 878d502b8b
10 changed files with 28 additions and 98 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ void World::FrameEnd() {
}
void World::RenderFrame() {
SDL_FillRect(GetScreen(), 0, 0);
// SDL_FillRect(GetScreen(), 0, 0);
Render(GetScreen());
SDL_Flip(GetScreen());
fps.Calculate();