|
|
@@ -72,8 +72,7 @@ IZ_AppInitializeResult IZ_AppInitialize(struct IZ_App* app, u8 argc, const char* |
|
|
|
|
|
|
|
void IZ_AppTeardown(struct IZ_App* app) { |
|
|
|
IZ_PoolTeardown(&app->pool); |
|
|
|
IZ_LogInfo(IZ_LOG_CATEGORY_GLOBAL, "net", "Shutting down..."); |
|
|
|
IZ_NetClientDisconnect(&app->net_state); |
|
|
|
IZ_NetClientTeardown(&app->net_state); |
|
|
|
IZ_InputTeardown(&app->input_state); |
|
|
|
IZ_VideoTeardown(&app->video_state); |
|
|
|
IZ_LogInfo(IZ_LOG_CATEGORY_GLOBAL, "global", "Stopping %s...", IZ_APP_NAME); |
|
|
|