mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-24 23:31:36 +08:00
UI: Fix bug where default scene would not be added to list
This commit is contained in:
@@ -407,6 +407,7 @@ void OBSBasic::CreateDefaultScene(bool firstStart)
|
||||
CreateFirstRunSources();
|
||||
|
||||
obs_set_output_source(0, obs_scene_get_source(scene));
|
||||
AddScene(obs_scene_get_source(scene));
|
||||
obs_scene_release(scene);
|
||||
|
||||
disableSaving--;
|
||||
|
||||
Reference in New Issue
Block a user