1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 19:13:07 +01:00

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

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();