From 522f58511cae3db5efbaf6c8183922d07ca2f9dd Mon Sep 17 00:00:00 2001 From: NotAlwaysTrue <2136846186@qq.com> Date: Mon, 22 Dec 2025 09:14:27 +0800 Subject: [PATCH] (Temp) Fixed an issue causing SV to crash due to PhysicsThread(Cannot modify the transform of a body when the World is locked) --- Barotrauma/BarotraumaShared/SharedSource/Screens/GameScreen.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Barotrauma/BarotraumaShared/SharedSource/Screens/GameScreen.cs b/Barotrauma/BarotraumaShared/SharedSource/Screens/GameScreen.cs index f50fceee5..5ffef85d9 100644 --- a/Barotrauma/BarotraumaShared/SharedSource/Screens/GameScreen.cs +++ b/Barotrauma/BarotraumaShared/SharedSource/Screens/GameScreen.cs @@ -1,4 +1,4 @@ -#define RUN_PHYSICS_IN_SEPARATE_THREAD +//#define RUN_PHYSICS_IN_SEPARATE_THREAD using Microsoft.Xna.Framework; using System.Threading;