diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2025-07-24 11:02:42 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2025-07-24 11:02:42 -0400 |
| commit | 5e341340de5259acdb119866dc6819a81ed0ca84 (patch) | |
| tree | e54360445b78607ea2d82dedc6ecbeffcbad6d45 /src | |
| parent | 7d3b7f981998fdeb5375dff70f222821b0cdfc3d (diff) | |
pke: pk.h breaking changes in test suite
Diffstat (limited to 'src')
| -rw-r--r-- | src/ecs.cpp | 1 | ||||
| -rw-r--r-- | src/game.cpp | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/ecs.cpp b/src/ecs.cpp index 227db5d..1ffd9f2 100644 --- a/src/ecs.cpp +++ b/src/ecs.cpp @@ -623,7 +623,6 @@ pk_bkt_arr *ECS_GetEvManagers() { } void ECS_Teardown() { - pk_ev_teardown(); pk_arr_reset(&EntitiesWithExcessInstances); pk_arr_reset(&entitiesYetToBeRemoved); pk_arr_reset(&EntitiesToBeRemoved); diff --git a/src/game.cpp b/src/game.cpp index cbaf56a..edcfecc 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -319,6 +319,7 @@ GAME_SHUTDOWN: AM_DebugPrint(); AM_Teardown(); PkeThreads_Teardown(); + pk_ev_teardown(); Game_Teardown(); // TODO debug print buckets after shutdown fprintf(stdout, "Game_Main Exiting\n"); |
