win-capture: Reset game cap. wait_for_target_startup on update
This flag should be reset when the user changes the game capture settings.master
parent
94e22dae49
commit
bd9980a206
|
@ -336,6 +336,7 @@ static void game_capture_update(void *data, obs_data_t *settings)
|
|||
gc->config = cfg;
|
||||
gc->activate_hook = !!window && !!*window;
|
||||
gc->retry_interval = DEFAULT_RETRY_INTERVAL;
|
||||
gc->wait_for_target_startup = false;
|
||||
|
||||
if (!gc->initial_config) {
|
||||
if (reset_capture) {
|
||||
|
|
Loading…
Reference in New Issue