diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/game.c | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -257,11 +257,13 @@ next_stage: wait_vsync(); blit_copy_all(); + entities_sort(); + blit_target(TARGET_SCREEN); - put_text(136, 100, "READY?", 1); + wait_vsync(); - entities_sort(); entities_draw(); + put_text(136, 100, "READY?", 1); /* wait some time */ wait_frames(96); |