Merge pull request #2929 from jpark37/wgc-fail-invalidate
win-capture: Reset WGC fail flag for new window
This commit is contained in:
commit
c8aec387c3
@ -421,6 +421,7 @@ static void wc_tick(void *data, float seconds)
|
||||
return;
|
||||
}
|
||||
|
||||
wc->previously_failed = false;
|
||||
reset_capture = true;
|
||||
|
||||
} else if (IsIconic(wc->window)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user