mirror of
https://git.zelz.net/catfoolyou/Project164.git
synced 2025-04-19 06:17:40 -07:00
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;
|
||||
EaglerAdapter.glEnable(EaglerAdapter.GL_LIGHTING);
|
||||
EaglerAdapter.glDepthFunc(EaglerAdapter.GL_LEQUAL);
|
||||
EaglerAdapter.glColor4f(1.0f, 1.0f, 1.0f, 1.0F);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user