mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-07 09:05:57 -05:00
Add PostLoad()
Used to reslove values that only can be resolved after all macros / macro segments have been set up initally.
This commit is contained in:
@@ -25,6 +25,11 @@ bool MacroSegment::Load(obs_data_t *obj)
|
||||
return true;
|
||||
}
|
||||
|
||||
bool MacroSegment::PostLoad()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
std::string MacroSegment::GetShortDesc() const
|
||||
{
|
||||
return "";
|
||||
|
||||
Reference in New Issue
Block a user