Display of cover position cache
This commit is contained in:
@@ -131,7 +131,7 @@ public class BasePlateGraphics {
|
||||
}
|
||||
if (img!=null){
|
||||
if (detection!=null){
|
||||
int size=15;
|
||||
int size=25;
|
||||
g.setColor(new Color(86, 193, 255));
|
||||
g.setStroke(new BasicStroke(2f));
|
||||
g.drawLine(center_x-size, center_y, center_x+size, center_y);
|
||||
|
||||
Reference in New Issue
Block a user