Skip to content

Commit 3718fed

Browse files
committed
Buildfix
1 parent 0eeb9f9 commit 3718fed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gfx/drivers/gl2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ gfx_display_gl2_discard_draw_rectangle(gl2_t *gl,
433433
{
434434
unsigned i;
435435
scissor_inited = true;
436-
const char *gpu_device_string = gl->device_string;
436+
const char *gpu_device_string = gl->device_str;
437437

438438
scissor_set_rectangle(0,
439439
width - 1,

0 commit comments

Comments
 (0)