Merge remote-tracking branch 'upstream/master' into develop

This commit is contained in:
EvilFactory
2024-12-11 10:44:53 -03:00
257 changed files with 4793 additions and 1653 deletions
@@ -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();