(QNX) Fix egl_create_surface call
This commit is contained in:
parent
85331042be
commit
c104bc094b
|
@ -245,7 +245,7 @@ static void *gfx_ctx_qnx_init(void *video_driver)
|
|||
goto error;
|
||||
}
|
||||
|
||||
if (!egl_create_surface(qnx->screen_win))
|
||||
if (!egl_create_surface(&qnx->egl, qnx->screen_win))
|
||||
goto error;
|
||||
|
||||
return qnx;
|
||||
|
|
Loading…
Reference in New Issue