fix data loss for sequence delay

This commit is contained in:
WarmUpTill
2020-08-02 19:37:37 +02:00
parent 3c1e240722
commit 2f33b6bdc3
2 changed files with 8 additions and 8 deletions

View File

@@ -104,7 +104,7 @@ struct SceneRoundTripSwitch {
inline SceneRoundTripSwitch(OBSWeakSource scene1_,
OBSWeakSource scene2_,
OBSWeakSource transition_, int delay_,
OBSWeakSource transition_, double delay_,
bool usePreviousScene_, std::string str)
: scene1(scene1_),
scene2(scene2_),