Merge branch 'master' of bitbucket.org:Regalis11/barotrauma
This commit is contained in:
@@ -142,7 +142,7 @@ namespace Barotrauma
|
||||
}
|
||||
|
||||
public Structure(Rectangle rectangle, StructurePrefab sp, Submarine submarine)
|
||||
: base(submarine)
|
||||
: base(sp, submarine)
|
||||
{
|
||||
if (rectangle.Width == 0 || rectangle.Height == 0) return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user