mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-09-10 06:15:59 +00:00
Mark optifabric as incompatible with MonitorRenderer.TBO
Anyone using the default BEST option will automatically have VBOs enabled when optifabric is detected.
This commit is contained in:
@@ -43,7 +43,7 @@ public enum MonitorRenderer
|
||||
private static boolean textureBuffer = false;
|
||||
private static boolean shaderMod = false;
|
||||
//TODO find out which shader mods do better with VBOs and add them here.
|
||||
private static List<String> shaderModIds = Arrays.asList( "aShaderModThatWouldPreferVBOs" );
|
||||
private static List<String> shaderModIds = Arrays.asList( "optifabric" );
|
||||
|
||||
/**
|
||||
* Get the current renderer to use.
|
||||
|
Reference in New Issue
Block a user