From d5d14e96846b389ffbdc0bceb7e15b002e6c9a19 Mon Sep 17 00:00:00 2001 From: NotAlwaysTrue <2136846186@qq.com> Date: Fri, 16 Jan 2026 17:31:15 +0800 Subject: [PATCH] oops... --- Barotrauma/BarotraumaShared/SharedSource/Map/MapEntity.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Barotrauma/BarotraumaShared/SharedSource/Map/MapEntity.cs b/Barotrauma/BarotraumaShared/SharedSource/Map/MapEntity.cs index 64584ef9d..43b8045b2 100644 --- a/Barotrauma/BarotraumaShared/SharedSource/Map/MapEntity.cs +++ b/Barotrauma/BarotraumaShared/SharedSource/Map/MapEntity.cs @@ -872,7 +872,7 @@ namespace Barotrauma // This must be done on the main thread because Farseer Physics is not thread-safe. PhysicsBodyQueue.ProcessPendingOperations(); - UpdateAllProjSpecific(scaledDeltaTime); + UpdateAllProjSpecific(deltaTime); Spawner?.Update(); #if CLIENT