revert it

This commit is contained in:
LegacyGamerHD 2021-07-22 14:14:14 +02:00 committed by GitHub
parent 6c813f3d39
commit ea6bd5f5a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -209,9 +209,6 @@ public class JREUtils
// Fix white color on banner and sheep, since GL4ES 1.1.5
envMap.put("LIBGL_NORMALIZE", "1");
// HACK: fixes the vbo crashes on older versions by force disabling it
envMap.put("LIBGL_USEVBO", "0");
envMap.put("MESA_GLSL_CACHE_DIR", ctx.getCacheDir().getAbsolutePath());
envMap.put("MESA_GL_VERSION_OVERRIDE", "4.6");