mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-07 09:05:57 -05:00
Fix header info for media and transition condition
This commit is contained in:
@@ -179,8 +179,8 @@ std::string MacroConditionTransition::GetShortDesc()
|
||||
_condition == TransitionCondition::DURATION ||
|
||||
_condition == TransitionCondition::STARTED ||
|
||||
_condition == TransitionCondition::ENDED) {
|
||||
return _transition.ToString();
|
||||
}
|
||||
return _transition.ToString();
|
||||
return "";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user