This commit is contained in:
NotAlwaysTrue
2026-01-16 17:31:15 +08:00
parent 086f45510f
commit d5d14e9684

View File

@@ -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