Fixed managers exit order.
This commit is contained in:
parent
8f547d6e37
commit
93c76a992c
|
|
@ -152,9 +152,9 @@ int game_render(void)
|
|||
|
||||
int game_exit(void)
|
||||
{
|
||||
if(asset_manager_exit()) return_failure_int;
|
||||
entity_manager_exit();
|
||||
event_bus_exit();
|
||||
if(asset_manager_exit()) return_failure_int;
|
||||
display_exit();
|
||||
|
||||
return EXIT_SUCCESS;
|
||||
|
|
|
|||
Loading…
Reference in New Issue