summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index d3ddd1c..5026013 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -97,7 +97,9 @@ int main() {
printf("UNHANDLED EXCEPTION\n");
}
printf("PKE SHUTDOWN INITIATED\n");
+ Event_Teardown();
EntityType_Teardown();
+ ECS_Teardown();
DestroyWindow();
Pke_DebugPrint();
AM_DebugPrint();