Update Minecraft.java

master
PF94 2020-11-22 21:08:29 -05:00
parent 865ee85634
commit 3bdcb3ae69
1 changed files with 1 additions and 1 deletions

View File

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