Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
0.1.0b done
Browse files Browse the repository at this point in the history
  • Loading branch information
PF94 committed Nov 25, 2020
1 parent 7a98783 commit 28ffea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/mojang/minecraft/Minecraft.java
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ private void drawGui(final float a) {
this.checkGlError("GUI: Draw selected");
this.font.drawShadow("MinecraftGRPF 0.1.0b", 2, 2, 16777215);
this.font.drawShadow(this.fpsString, 2, 12, 16777215);
this.font.drawShadow("Test version", 2, 22, 16777215);
//this.font.drawShadow("Test version", 2, 22, 16777215);
this.font.drawShadow(this.paintTextureString, 2, 52, 16777215);
this.checkGlError("GUI: Draw text");
final int wc = screenWidth / 2;
Expand Down

0 comments on commit 28ffea9

Please sign in to comment.