show restricted build area when using schematic (#2109)

This commit is contained in:
Summet
2020-05-25 20:25:31 +03:00
committed by GitHub
parent 56afe6a10b
commit 803b5328f5
2 changed files with 5 additions and 1 deletions

View File

@@ -202,6 +202,10 @@ public abstract class InputHandler implements InputProcessor, GestureListener{
};
}
public boolean isUsingSchematic(){
return !selectRequests.isEmpty();
}
public OverlayFragment getFrag(){
return frag;
}