diff options
Diffstat (limited to 'src/capture/portal.c')
-rw-r--r-- | src/capture/portal.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/capture/portal.c b/src/capture/portal.c index 40e4581..58d16d9 100644 --- a/src/capture/portal.c +++ b/src/capture/portal.c @@ -333,9 +333,6 @@ static int gsr_capture_portal_capture(gsr_capture *cap, AVFrame *frame, gsr_colo } else { return 0; } - - self->params.egl->glFlush(); - self->params.egl->glFinish(); const vec2i target_pos = { max_int(0, frame->width / 2 - self->capture_size.x / 2), max_int(0, frame->height / 2 - self->capture_size.y / 2) }; |