Add missing call to gfx_unload_csg()

This commit is contained in:
Michael Steenbeek 2021-03-30 22:49:00 +02:00 committed by GitHub
parent 6bff0fb1a1
commit 4014fbe861
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -174,6 +174,7 @@ namespace OpenRCT2
}
gfx_object_check_all_images_freed();
gfx_unload_csg();
gfx_unload_g2();
gfx_unload_g1();
Audio::Close();