(064609500) Fixed nearby items being selected when dragging/selecting/modifying wires in the sub editor.

This commit is contained in:
Joonas Rikkonen
2019-04-05 16:15:12 +03:00
parent 6c2c522f30
commit 94fe1ba331
2 changed files with 23 additions and 5 deletions
@@ -60,11 +60,6 @@ namespace Barotrauma
public CrewManager(XElement element, bool isSinglePlayer)
: this(isSinglePlayer)
{
return characterListBox.Rect;
}
partial void InitProjectSpecific()
{
guiFrame = new GUIFrame(new RectTransform(Vector2.One, GUICanvas.Instance), null, Color.Transparent)
{