mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-20 08:15:46 -05:00
Fix duplication of macro not copying references to macros or segments
This commit is contained in:
@@ -596,6 +596,7 @@ void AdvSceneSwitcher::CopyMacro()
|
||||
obs_data_t *data = obs_data_create();
|
||||
macro->Save(data);
|
||||
newMacro->Load(data);
|
||||
newMacro->PostLoad();
|
||||
newMacro->SetName(name);
|
||||
obs_data_release(data);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user