mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 07:13:28 +01:00
parent
962d1b3842
commit
b4c912b4e1
1 changed files with 0 additions and 4 deletions
|
@ -215,8 +215,6 @@ public final class AssetUtil{
|
|||
VertexBuffer render = tessy.getBuffer();
|
||||
World world = Minecraft.getMinecraft().world;
|
||||
|
||||
GlStateManager.disableFog();
|
||||
|
||||
float r = color[0];
|
||||
float g = color[1];
|
||||
float b = color[2];
|
||||
|
@ -316,8 +314,6 @@ public final class AssetUtil{
|
|||
GlStateManager.disableBlend();
|
||||
GlStateManager.enableLighting();
|
||||
GlStateManager.popMatrix();
|
||||
|
||||
GlStateManager.enableFog();
|
||||
}
|
||||
|
||||
public static float[] getWheelColor(float pos){
|
||||
|
|
Loading…
Reference in a new issue