Ensure plugin is stopped before running cleanup steps

This commit is contained in:
WarmUpTill 2026-05-05 19:11:04 +02:00
parent 06c29bced5
commit 27116c0cd3

View File

@ -506,6 +506,8 @@ bool SwitcherData::AnySceneTransitionStarted()
******************************************************************************/
extern "C" EXPORT void FreeSceneSwitcher()
{
switcher->Stop();
PlatformCleanup();
RunPluginCleanupSteps();