world.lua script

This commit is contained in:
MihailRis
2024-01-26 18:37:10 +03:00
parent 5d6c2b9b8e
commit abc3e47feb
7 changed files with 68 additions and 2 deletions
+1 -1
View File
@@ -123,8 +123,8 @@ void Engine::mainloop() {
}
Engine::~Engine() {
scripting::close();
screen = nullptr;
scripting::close();
Audio::finalize();