summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2023-10-06 12:56:19 -0400
committerJonathan Bradley <jcb@pikum.xyz>2023-10-06 12:59:23 -0400
commit69e6672e36e6ea377cd6d1bb1d93c260f292063b (patch)
treeea9ccde939b38e1d3d787ec91a74036de370d3b6 /src/main.cpp
parent7c15e824842ca4fd8c6279b805ba41f788693ebe (diff)
debug print memory buckets on shutdown
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 8a0b1f9..aa27dff 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -99,6 +99,7 @@ int main() {
printf("PKE SHUTDOWN INITIATED\n");
EntityType_Teardown();
DestroyWindow();
+ Pke_DebugPrint();
printf("PKE EXITING\n");
return 0;
}