(QNX) Fix egl_create_surface call

This commit is contained in:
twinaphex 2016-05-19 20:07:03 +02:00
parent 85331042be
commit c104bc094b

View File

@ -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;