show restricted build area when using schematic (#2109)
This commit is contained in:
@@ -202,6 +202,10 @@ public abstract class InputHandler implements InputProcessor, GestureListener{
|
||||
};
|
||||
}
|
||||
|
||||
public boolean isUsingSchematic(){
|
||||
return !selectRequests.isEmpty();
|
||||
}
|
||||
|
||||
public OverlayFragment getFrag(){
|
||||
return frag;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user