Fix crash on advancing to unset scene for extended sequence (#130)

This commit is contained in:
WarmUpTill
2021-02-24 18:53:52 +01:00
committed by GitHub
parent 7947ad2608
commit 33667a1f23

View File

@@ -532,6 +532,7 @@ void SceneSequenceSwitch::advanceActiveSequence()
blog(LOG_WARNING,
"cannot advance sequence - null scene set");
activeSequence = nullptr;
return;
}
if (activeSequence->targetType ==
SwitchTargetType::SceneGroup &&