Finally fix the damn bug
This commit is contained in:
parent
6606b0f655
commit
c1863833db
Binary file not shown.
Binary file not shown.
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue