Fix enchantment render bug
This commit is contained in:
parent
1f1add8840
commit
dc1a756a72
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Binary file not shown.
|
@ -414,6 +414,7 @@ public class RenderItem extends Render
|
||||||
this.zLevel += 50.0F;
|
this.zLevel += 50.0F;
|
||||||
EaglerAdapter.glEnable(EaglerAdapter.GL_LIGHTING);
|
EaglerAdapter.glEnable(EaglerAdapter.GL_LIGHTING);
|
||||||
EaglerAdapter.glDepthFunc(EaglerAdapter.GL_LEQUAL);
|
EaglerAdapter.glDepthFunc(EaglerAdapter.GL_LEQUAL);
|
||||||
|
EaglerAdapter.glColor4f(1.0f, 1.0f, 1.0f, 1.0F);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue