lr: gl stencil param isn't obsolete but required

Issue #454
This commit is contained in:
Flyinghead 2021-12-23 22:30:44 +01:00
parent 8740141a93
commit da81274eb9
1 changed files with 1 additions and 0 deletions

View File

@ -1574,6 +1574,7 @@ static bool set_opengl_hw_render(u32 preferred)
params.context_reset = context_reset;
params.context_destroy = context_destroy;
params.environ_cb = environ_cb;
params.stencil = true;
params.imm_vbo_draw = NULL;
params.imm_vbo_disable = NULL;
#if defined(__APPLE__) && defined(HAVE_OPENGL)