Merge pull request #2746 from exeldro/remove_scenes

UI: Remove all scenes in ClearSceneData
master
Richard Stanway 2020-04-18 21:37:52 +02:00 committed by GitHub
commit 9927cf035b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -3921,6 +3921,7 @@ void OBSBasic::ClearSceneData()
return true; return true;
}; };
obs_enum_scenes(cb, nullptr);
obs_enum_sources(cb, nullptr); obs_enum_sources(cb, nullptr);
if (api) if (api)