Fixed a typo using e instead of a :(

This commit is contained in:
NotAlwaysTrue
2025-12-27 18:47:50 +08:00
parent bd643503b3
commit 21a2863a1a
4 changed files with 9 additions and 9 deletions
@@ -114,7 +114,7 @@ namespace Barotrauma
public override void Update(double deltaTime)
{
#warning For now CL side performence counter is partly useless bucz multiple changes on such things. Need time to take care of it
#warning For now CL side performance counter is partly useless bucz multiple changes on such things. Need time to take care of it
#if RUN_PHYSICS_IN_SEPARATE_THREAD
physicsTime += deltaTime;