Set marker color to invisible just to be sure
This commit is contained in:
parent
e3c34f197a
commit
40c4e1b70f
@ -45,6 +45,7 @@ public class ComponentAssemblyShapes extends RocketComponentShape {
|
|||||||
for (int i = 0; i < shapes.length - 1; i++) {
|
for (int i = 0; i < shapes.length - 1; i++) {
|
||||||
shapes[i].setColor(color);
|
shapes[i].setColor(color);
|
||||||
}
|
}
|
||||||
|
shapes[shapes.length - 1].setColor(Color.INVISIBLE);
|
||||||
|
|
||||||
return shapes;
|
return shapes;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user