Forgot to update x and y variables.

This commit is contained in:
2018-03-25 18:02:09 +02:00
parent b41719855a
commit 8e10be3ea9
2 changed files with 19 additions and 10 deletions

View File

@@ -106,6 +106,9 @@ int main() {
evnt_mngr_deinit();
al_destroy_display(display);
#ifdef DEBUG
puts("Destroyed display.");
#endif
al_shutdown_primitives_addon();
#ifdef DEBUG
puts("Shutdown primitives addon.");