Adjust default setting values of transition tab

This commit is contained in:
WarmUpTill
2021-05-04 19:53:34 +02:00
committed by WarmUpTill
parent ad5587e084
commit 717d41a527
2 changed files with 4 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
struct SceneTransition : SceneSwitcherEntry {
OBSWeakSource scene2 = nullptr;
double duration = 0.;
double duration = 0.3;
const char *getType() { return "transition"; }
bool initialized();