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
jp9000 2016-05-12 19:42:00 -07:00
parent 94e22dae49
commit bd9980a206
1 changed files with 1 additions and 0 deletions

View File

@ -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) {