sounds variants

This commit is contained in:
MihailRis
2024-03-05 02:30:16 +03:00
parent 0ab39fa06f
commit 1c6689b6b6
6 changed files with 33 additions and 10 deletions
+1 -2
View File
@@ -151,9 +151,8 @@ Engine::~Engine() {
std::cout << "-- shutting down" << std::endl;
screen.reset();
content.reset();
audio::close();
assets.reset();
audio::close();
scripting::close();
Window::terminate();
std::cout << "-- engine finished" << std::endl;