Merge remote-tracking branch 'upstream/master' into develop
This commit is contained in:
@@ -134,7 +134,10 @@ namespace Barotrauma
|
||||
|
||||
foreach (PhysicsBody body in PhysicsBody.List)
|
||||
{
|
||||
if (body.Enabled && body.BodyType != FarseerPhysics.BodyType.Static) { body.Update(); }
|
||||
if (body.Enabled && body.BodyType != FarseerPhysics.BodyType.Static)
|
||||
{
|
||||
body.Update();
|
||||
}
|
||||
}
|
||||
MapEntity.ClearHighlightedEntities();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user