Update Minecraft.java

master
PF94 2020-11-23 23:37:31 -05:00
parent 42f4f16864
commit 196316eecf
1 changed files with 1 additions and 1 deletions

View File

@ -410,7 +410,7 @@ public class Minecraft implements Runnable, LevelLoaderListener
}
if (Keyboard.getEventKey() == Keyboard.KEY_PERIOD) {
if (this.paintTexture != 12)
if (this.paintTexture != 13)
this.paintTexture += 1;
}