mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 23:28:35 +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();
|
VertexBuffer render = tessy.getBuffer();
|
||||||
World world = Minecraft.getMinecraft().world;
|
World world = Minecraft.getMinecraft().world;
|
||||||
|
|
||||||
GlStateManager.disableFog();
|
|
||||||
|
|
||||||
float r = color[0];
|
float r = color[0];
|
||||||
float g = color[1];
|
float g = color[1];
|
||||||
float b = color[2];
|
float b = color[2];
|
||||||
|
@ -316,8 +314,6 @@ public final class AssetUtil{
|
||||||
GlStateManager.disableBlend();
|
GlStateManager.disableBlend();
|
||||||
GlStateManager.enableLighting();
|
GlStateManager.enableLighting();
|
||||||
GlStateManager.popMatrix();
|
GlStateManager.popMatrix();
|
||||||
|
|
||||||
GlStateManager.enableFog();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static float[] getWheelColor(float pos){
|
public static float[] getWheelColor(float pos){
|
||||||
|
|
Loading…
Reference in a new issue