diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2023-10-06 13:46:08 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2023-10-06 13:46:08 -0400 |
| commit | 286bf5539527500429cfca4ded0bb78406f6364b (patch) | |
| tree | 34624a426bcc486f4707c6b147be92db886058b9 /src/main.cpp | |
| parent | 69e6672e36e6ea377cd6d1bb1d93c260f292063b (diff) | |
Asset Manager debug print
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index aa27dff..d3ddd1c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -100,6 +100,7 @@ int main() { EntityType_Teardown(); DestroyWindow(); Pke_DebugPrint(); + AM_DebugPrint(); printf("PKE EXITING\n"); return 0; } |
