Skip to content

Commit

Permalink
disable text render (testing)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghzdude committed Jan 2, 2024
1 parent 8cb7da4 commit 0973160
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public static void renderChestStack(double x, double y, double z, MetaTileEntity
GlStateManager.popMatrix();

OpenGlHelper.setLightmapTextureCoords(OpenGlHelper.lightmapTexUnit, 240, 240);
renderAmountText(x, y, z, count, frontFacing);
// renderAmountText(x, y, z, count, frontFacing);
OpenGlHelper.setLightmapTextureCoords(OpenGlHelper.lightmapTexUnit, lastBrightnessX, lastBrightnessY);
}

Expand Down Expand Up @@ -165,7 +165,7 @@ public static void renderTankAmount(double x, double y, double z, EnumFacing fro
float lastBrightnessY = OpenGlHelper.lastBrightnessY;
OpenGlHelper.setLightmapTextureCoords(OpenGlHelper.lightmapTexUnit, 240, 240);

renderAmountText(x, y, z, amount, frontFacing);
// renderAmountText(x, y, z, amount, frontFacing);

OpenGlHelper.setLightmapTextureCoords(OpenGlHelper.lightmapTexUnit, lastBrightnessX, lastBrightnessY);
}
Expand Down

0 comments on commit 0973160

Please sign in to comment.