mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2026-04-19 02:22:56 +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:
+1
-2
@@ -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