From 94f6777d3ff6a42b529827840bd8729ce7d21e32 Mon Sep 17 00:00:00 2001 From: staphen Date: Wed, 21 May 2025 21:10:41 -0400 Subject: [PATCH] Call LuaShutdown() in timedemo test --- test/timedemo_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/timedemo_test.cpp b/test/timedemo_test.cpp index 815f91e22..07e5c87f7 100644 --- a/test/timedemo_test.cpp +++ b/test/timedemo_test.cpp @@ -88,6 +88,7 @@ void RunTimedemo(std::string timedemoFolderName) ASSERT_FALSE(gbRunGame); gbRunGame = false; init_cleanup(); + LuaShutdown(); SDL_Quit(); }