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:
WarmUpTill
2023-01-15 04:27:27 +01:00
committed by WarmUpTill
parent 1c3ff927a5
commit 334d173dc9
4 changed files with 20 additions and 1 deletions

View File

@@ -25,6 +25,11 @@ bool MacroSegment::Load(obs_data_t *obj)
return true;
}
bool MacroSegment::PostLoad()
{
return true;
}
std::string MacroSegment::GetShortDesc() const
{
return "";