mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-17 08:35:37 -04:00
Add LIBGL_NORMALIZE=1 to fix banner and sheep color
This commit is contained in:
parent
752cf064f2
commit
c25b7bd768
@ -191,9 +191,14 @@ public class JREUtils
|
||||
envMap.put("HOME", Tools.MAIN_PATH);
|
||||
envMap.put("TMPDIR", ctx.getCacheDir().getAbsolutePath());
|
||||
envMap.put("LIBGL_MIPMAP", "3");
|
||||
|
||||
// Fix white color on banner and sheep
|
||||
envMap.put("LIBGL_NORMALIZE", "1");
|
||||
|
||||
// those 2 down below make it more laggy also kinda usless as they dont fix the sheep collor \\
|
||||
// envMap.put("LIBGL_BATCH", "10");
|
||||
// envMap.put("LIBGL_USEVBO", "0");
|
||||
|
||||
envMap.put("MESA_GLSL_CACHE_DIR", ctx.getCacheDir().getAbsolutePath());
|
||||
envMap.put("LD_LIBRARY_PATH", LD_LIBRARY_PATH);
|
||||
envMap.put("PATH", Tools.homeJreDir + "/bin:" + Os.getenv("PATH"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user