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