mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-05-12 07:04:44 -05:00
Ensure plugin is stopped before running cleanup steps
This commit is contained in:
parent
41866bcb24
commit
d7cc7a4c7b
|
|
@ -506,6 +506,8 @@ bool SwitcherData::AnySceneTransitionStarted()
|
|||
******************************************************************************/
|
||||
extern "C" EXPORT void FreeSceneSwitcher()
|
||||
{
|
||||
switcher->Stop();
|
||||
|
||||
PlatformCleanup();
|
||||
RunPluginCleanupSteps();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user