Update Minecraft.java

master
PF94 2020-11-22 21:07:27 -05:00
parent 927e4960c4
commit 865ee85634
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 (paintTexture = 1) {
if (this.paintTexture = 1) {
this.paintTexture = 12;
}
}