mirror of
https://git.zelz.net/catfoolyou/Project164.git
synced 2025-12-14 03:37:42 +00:00
Finally fix the damn bug
This commit is contained in:
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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user