Finally fix the damn bug

This commit is contained in:
catfoolyou 2025-03-02 18:07:11 -05:00
parent 6606b0f655
commit c1863833db
4 changed files with 2 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -45,7 +45,6 @@ public class RenderHelper {
EaglerAdapter.glPushMatrix(); EaglerAdapter.glPushMatrix();
EaglerAdapter.glScalef(1.0F, -1.0F, 1.0F); EaglerAdapter.glScalef(1.0F, -1.0F, 1.0F);
enableStandardItemLighting(); enableStandardItemLighting();
//EaglerAdapter.flipLightMatrix();
EaglerAdapter.glPopMatrix(); EaglerAdapter.glPopMatrix();
} }

View File

@ -101,9 +101,9 @@ public class RenderItem extends Render
} }
var18 = 1.0F; var18 = 1.0F;
if (!renderInFrame) EaglerAdapter.flipLightMatrix(); //if (!renderInFrame) EaglerAdapter.flipLightMatrix();
this.itemRenderBlocks.renderBlockAsItem(var22, var10.getItemDamage(), var18); this.itemRenderBlocks.renderBlockAsItem(var22, var10.getItemDamage(), var18);
if (!renderInFrame) EaglerAdapter.flipLightMatrix(); //if (!renderInFrame) EaglerAdapter.flipLightMatrix();
EaglerAdapter.glPopMatrix(); EaglerAdapter.glPopMatrix();
} }
} else { } else {