mirror of
https://git.zelz.net/catfoolyou/Project164.git
synced 2025-12-14 15:37:41 +00:00
Fix enchantment render bug
This commit is contained in:
@@ -414,6 +414,7 @@ public class RenderItem extends Render
|
||||
this.zLevel += 50.0F;
|
||||
EaglerAdapter.glEnable(EaglerAdapter.GL_LIGHTING);
|
||||
EaglerAdapter.glDepthFunc(EaglerAdapter.GL_LEQUAL);
|
||||
EaglerAdapter.glColor4f(1.0f, 1.0f, 1.0f, 1.0F);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user