camera + gui fix
This commit is contained in:
parent
d45cd7ec2c
commit
4a3828e310
2 changed files with 5 additions and 5 deletions
|
@ -264,7 +264,7 @@ public class Game implements IThreadListener {
|
|||
private boolean secondary;
|
||||
private boolean tertiary;
|
||||
private boolean quarternary;
|
||||
private boolean cameraUsed;
|
||||
private boolean showHud = true;
|
||||
public boolean jump;
|
||||
public boolean sneak;
|
||||
public boolean debugCamEnable;
|
||||
|
@ -278,8 +278,8 @@ public class Game implements IThreadListener {
|
|||
public boolean tileOverlay;
|
||||
public boolean itemCheat;
|
||||
public boolean dayCycle = true;
|
||||
public boolean showHud = true;
|
||||
public boolean debugPlayer;
|
||||
public boolean cameraUsed;
|
||||
|
||||
private int leftClickCounter;
|
||||
private int rightClickTimer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue