Update Minecraft.java

master
PF94 2020-11-27 19:42:00 -05:00
parent e67feb6ecf
commit e0b0bf7ced
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ public class Minecraft implements Runnable, LevelLoaderListener
this.levelGen = new LevelGen(this);
this.running = false;
this.fpsString = "";
this.paintTextureString = "block selected:1";
this.paintTextureString = "Block Selected: 1";
this.mouseGrabbed = false;
this.viewportBuffer = BufferUtils.createIntBuffer(16);
this.selectBuffer = BufferUtils.createIntBuffer(2000);