mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-12 04:11:06 -05:00
Fix variables not being re-resolved on Load()
This commit is contained in:
@@ -42,6 +42,7 @@ void StringVariable::operator=(const char *value)
|
||||
void StringVariable::Load(obs_data_t *obj, const char *name)
|
||||
{
|
||||
_value = obs_data_get_string(obj, name);
|
||||
_lastResolve = {};
|
||||
Resolve();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user