Included debug information.

This commit is contained in:
Nicolás Ortega Froysa 2018-03-25 16:44:09 +02:00
parent 86159b0b69
commit a1406c4506
No known key found for this signature in database
GPG Key ID: FEC70E3BAE2E69BF

View File

@ -79,6 +79,9 @@ int main() {
evnt_mngr_deinit();
destroy_display();
al_shutdown_primitives_addon();
#ifdef DEBUG
puts("Shutdown primitives addon.");
#endif
return 0;
}