summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 5026013..9a6a955 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -100,9 +100,10 @@ int main() {
Event_Teardown();
EntityType_Teardown();
ECS_Teardown();
+ AM_DebugPrint();
+ AM_Teardown();
DestroyWindow();
Pke_DebugPrint();
- AM_DebugPrint();
printf("PKE EXITING\n");
return 0;
}