Skip to content

Commit

Permalink
More ecs bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Chukobyte committed Feb 11, 2024
1 parent d9d8475 commit 8334dd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions seika/ecs/component.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ void ska_ecs_component_manager_finalize() {
}
se_string_hash_map_destroy(componentNameToTypeMap);
componentNameToTypeMap = NULL;
globalComponentIndex = 0;

SE_ASSERT_FMT(componentManager != NULL, "Component Manager is NULL when trying to finalize...");
SE_MEM_FREE(componentManager);
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seika",
"version": "0.0.35",
"version": "0.0.36",
"dependencies": [
{
"name": "sdl2",
Expand Down

0 comments on commit 8334dd4

Please sign in to comment.