Wires can be cloned and moved if both items it's connected to are selected
This commit is contained in:
@@ -609,7 +609,7 @@ namespace Barotrauma
|
||||
|
||||
}
|
||||
|
||||
if ((isSelected || isHighlighted) && editing)
|
||||
if ((IsSelected || isHighlighted) && editing)
|
||||
{
|
||||
GUI.DrawRectangle(spriteBatch,
|
||||
new Vector2(drawRect.X + 5, -drawRect.Y + 5),
|
||||
|
||||
Reference in New Issue
Block a user