Wires can be cloned and moved if both items it's connected to are selected
This commit is contained in:
@@ -111,7 +111,7 @@ namespace Barotrauma
|
||||
if (!editing || wallVertices == null) return;
|
||||
|
||||
Color color = (isHighlighted) ? Color.Orange : Color.Green;
|
||||
if (isSelected) color = Color.Red;
|
||||
if (IsSelected) color = Color.Red;
|
||||
|
||||
Vector2 pos = Position;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user