mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-26 11:55:28 -05:00
fix loading of old delay values
This commit is contained in:
parent
6f39d4648b
commit
ccc824abc1
|
|
@ -373,6 +373,7 @@ void SwitcherData::loadSceneRoundTripSwitches(obs_data_t *obj)
|
|||
delay = delay * 1000 +
|
||||
obs_data_get_int(array_obj,
|
||||
"sceneRoundTripDelayMs");
|
||||
delay /= 1000;
|
||||
} else {
|
||||
delay = obs_data_get_double(array_obj, "delay");
|
||||
}
|
||||
|
|
@ -394,6 +395,7 @@ void SwitcherData::loadSceneRoundTripSwitches(obs_data_t *obj)
|
|||
}
|
||||
obs_data_array_release(sceneRoundTripArray);
|
||||
}
|
||||
|
||||
void SceneSwitcher::setupSequenceTab()
|
||||
{
|
||||
populateSceneSelection(ui->sceneRoundTripScenes1, false);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user