mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-15 12:24:28 +07:00
Compile fix
This commit is contained in:
parent
a05ee8bbb8
commit
4f7561d66c
@ -36,11 +36,6 @@ public class DesktopInput extends InputHandler{
|
|||||||
/** Whether player is currently deleting removal requests. */
|
/** Whether player is currently deleting removal requests. */
|
||||||
private boolean deleting = false;
|
private boolean deleting = false;
|
||||||
|
|
||||||
@Override
|
|
||||||
public boolean isDrawing(){
|
|
||||||
return mode != none || block != null;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void buildUI(Group group){
|
public void buildUI(Group group){
|
||||||
group.fill(t -> {
|
group.fill(t -> {
|
||||||
|
Loading…
Reference in New Issue
Block a user