diff --git a/Gaming/src/Game.cpp b/Gaming/src/Game.cpp index 3429ca8..2c3588f 100644 --- a/Gaming/src/Game.cpp +++ b/Gaming/src/Game.cpp @@ -103,6 +103,7 @@ void Game::runLoop() { } } + runVerticalBlank(); runRasterLines(); updateTexture(); @@ -119,8 +120,6 @@ void Game::runLoop() { ::SDL_Delay(sleepNeeded); } } - - runVerticalBlank(); } }