[fix] Fixed gray render bug

This commit is contained in:
Xiaro 2021-01-21 02:24:04 -05:00
parent d04a3e1f8c
commit 7ddb31904c
No known key found for this signature in database
GPG Key ID: 996D265D6E155377
1 changed files with 0 additions and 1 deletions

View File

@ -53,7 +53,6 @@ object KamiTessellator : Tessellator(0x200000) {
* Reverts Gl states
*/
fun releaseGL() {
GlStateManager.enableLighting()
GlStateManager.enableTexture2D()
GlStateManager.enableDepth()
GlStateManager.disableBlend()