[client] opengl: fixed failure to render full frame

This commit is contained in:
Geoffrey McRae 2019-12-12 23:04:58 +11:00
parent dce6aaefea
commit 30e3a43311
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
B1-19-g4843a278ff+1
B1-20-gdce6aaefea+1

View File

@ -1257,7 +1257,7 @@ static bool draw_frame(struct Inst * this)
framebuffer_read_fn(
this->frame,
opengl_buffer_fn,
this->format.height * this->format.stride,
this->format.height * this->format.stride * 4,
this
);