mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2025-07-29 22:24:36 +00:00
Reorder the vertical blank raster lines a little to make it easier to use...
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
@@ -103,6 +103,7 @@ void Game::runLoop() {
|
||||
}
|
||||
}
|
||||
|
||||
runVerticalBlank();
|
||||
runRasterLines();
|
||||
|
||||
updateTexture();
|
||||
@@ -119,8 +120,6 @@ void Game::runLoop() {
|
||||
::SDL_Delay(sleepNeeded);
|
||||
}
|
||||
}
|
||||
|
||||
runVerticalBlank();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user