Skip to content

Commit

Permalink
Add missing call to gfx_unload_csg()
Browse files Browse the repository at this point in the history
  • Loading branch information
Gymnasiast committed Mar 30, 2021
1 parent 6bff0fb commit 4014fbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/openrct2/Context.cpp
Expand Up @@ -174,6 +174,7 @@ namespace OpenRCT2
}

gfx_object_check_all_images_freed();
gfx_unload_csg();
gfx_unload_g2();
gfx_unload_g1();
Audio::Close();
Expand Down

0 comments on commit 4014fbe

Please sign in to comment.