mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-19 09:41:32 +08:00
UI: Remove unnecessary calls to RefreshSources()
With the previous commit, these calls to `RefreshSources()` are no longer necessary.
This commit is contained in:
@@ -5054,7 +5054,6 @@ void OBSBasic::on_actionAddScene_triggered()
|
||||
obs_scene_t *scene = obs_scene_create(name.c_str());
|
||||
source = obs_scene_get_source(scene);
|
||||
SetCurrentScene(source);
|
||||
RefreshSources(scene);
|
||||
obs_scene_release(scene);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user