mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-25 23:07:18 +00:00
[client] opengl: fixed failure to render full frame
This commit is contained in:
parent
dce6aaefea
commit
30e3a43311
@ -1257,7 +1257,7 @@ static bool draw_frame(struct Inst * this)
|
|||||||
framebuffer_read_fn(
|
framebuffer_read_fn(
|
||||||
this->frame,
|
this->frame,
|
||||||
opengl_buffer_fn,
|
opengl_buffer_fn,
|
||||||
this->format.height * this->format.stride,
|
this->format.height * this->format.stride * 4,
|
||||||
this
|
this
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user