Fixed incorrect commanding
This commit is contained in:
@@ -687,7 +687,7 @@ public class DesktopInput extends InputHandler{
|
||||
|
||||
@Override
|
||||
public boolean tap(float x, float y, int count, KeyCode button){
|
||||
if(scene.hasMouse()) return false;
|
||||
if(scene.hasMouse() || !commandMode) return false;
|
||||
|
||||
tappedOne = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user