(a00338777) v0.9.2.1
This commit is contained in:
@@ -339,6 +339,11 @@ namespace Barotrauma
|
||||
hull.Update(deltaTime, cam);
|
||||
}
|
||||
|
||||
foreach (Structure structure in Structure.WallList)
|
||||
{
|
||||
structure.Update(deltaTime, cam);
|
||||
}
|
||||
|
||||
foreach (Gap gap in Gap.GapList)
|
||||
{
|
||||
gap.Update(deltaTime, cam);
|
||||
|
||||
Reference in New Issue
Block a user