Browse Source

Call LuaShutdown() in timedemo test

pull/8010/head
staphen 10 months ago committed by Anders Jenbo
parent
commit
94f6777d3f
  1. 1
      test/timedemo_test.cpp

1
test/timedemo_test.cpp

@ -88,6 +88,7 @@ void RunTimedemo(std::string timedemoFolderName)
ASSERT_FALSE(gbRunGame); ASSERT_FALSE(gbRunGame);
gbRunGame = false; gbRunGame = false;
init_cleanup(); init_cleanup();
LuaShutdown();
SDL_Quit(); SDL_Quit();
} }

Loading…
Cancel
Save