gl33: fix gl33_framebuffer_finalize_read_requests()
This commit is contained in:
parent
c73aa60b0d
commit
c150f4cd13
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ void gl33_framebuffer_finalize_read_requests(void) {
|
|||
gl33_framebuffer_process_read_requests();
|
||||
|
||||
for(int i = 0; i < ARRAY_SIZE(read_requests); ++i) {
|
||||
auto rq = read_requests + 1;
|
||||
auto rq = read_requests + i;
|
||||
sync_read_request(rq, UINT64_MAX);
|
||||
|
||||
if(rq->sync) {
|
||||
|
|
Loading…
Reference in a new issue