This commit is contained in:
Regalis
2015-12-04 01:37:30 +02:00
parent c064c5eb50
commit 242af12f14
25 changed files with 200 additions and 109 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ namespace Barotrauma.Items.Components
linkedGap = e as Gap;
if (linkedGap != null) return linkedGap;
}
linkedGap = new Gap(item.Rect);
linkedGap = new Gap(item.Rect, Item.Submarine);
linkedGap.Open = openState;
item.linkedTo.Add(linkedGap);
return linkedGap;