diff --git a/src/headers/switcher-data-structs.hpp b/src/headers/switcher-data-structs.hpp index 1e6020b1..deb0bb22 100644 --- a/src/headers/switcher-data-structs.hpp +++ b/src/headers/switcher-data-structs.hpp @@ -71,7 +71,7 @@ struct SwitcherData { SceneGroup *lastRandomSceneGroup; OBSWeakSource nonMatchingScene; NoMatch switchIfNotMatching = NO_SWITCH; - double noMatchDelay; + double noMatchDelay = 0; double noMatchCount = 0; StartupBehavior startupBehavior = PERSIST; AutoStartEvent autoStartEvent = AutoStartEvent::NEVER;