Fix the build

This commit is contained in:
Matthias Clasen 2023-02-12 16:31:40 -05:00
parent beabe8c33b
commit 406a32d825

View File

@ -3550,7 +3550,7 @@ gsk_gl_render_job_visit_texture (GskGLRenderJob *job,
GL_TEXTURE0,
offscreen.texture_id,
offscreen.sync);
gsk_gl_render_job_draw_offscreen (job, &node->bounds, &offscreen);
gsk_gl_render_job_draw_offscreen (job, bounds, &offscreen);
gsk_gl_render_job_end_draw (job);
}
else