program_run now calls game_world_draw
This commit is contained in:
parent
cd2de223fc
commit
f300c8b4a5
|
@ -80,6 +80,7 @@ void program_run(const struct ProgramSettings* settings) {
|
||||||
physics_world_tick();
|
physics_world_tick();
|
||||||
}
|
}
|
||||||
settings->on_draw();
|
settings->on_draw();
|
||||||
|
game_world_draw();
|
||||||
SDL_Delay(1);
|
SDL_Delay(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue