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