Skip to content

Commit

Permalink
missing open bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDev69 committed Aug 1, 2024
1 parent f53a05d commit 84bf412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app_pojavlauncher/src/main/jni/egl_bridge.c
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ int pojavInitOpenGL() {
if (strncmp("virgl", renderer, 15) == 0) {
solcraft_environ->config_renderer = RENDERER_VIRGL;
setenv("GALLIUM_DRIVER","virpipe",1);
if(!checkAdrenoGraphics())
if(!checkAdrenoGraphics()) {
setenv("MESA_GL_VERSION_OVERRIDE", "3.3", 0);
setenv("MESA_GLSL_VERSION_OVERRIDE", "330", 0);
}
Expand Down

0 comments on commit 84bf412

Please sign in to comment.