Fixed a typo using e instead of a :(

This commit is contained in:
NotAlwaysTrue
2025-12-27 18:47:50 +08:00
parent e8f377c20d
commit 559aeb3c3f
4 changed files with 9 additions and 9 deletions
@@ -330,7 +330,7 @@ namespace Barotrauma
Stopwatch performanceCounterTimer = Stopwatch.StartNew();
stopwatch = Stopwatch.StartNew();
PerformenceMonitor PM = new PerformenceMonitor();
PerformanceMonitor PM = new PerformanceMonitor();
long prevTicks = stopwatch.ElapsedTicks;
while (ShouldRun)
@@ -426,7 +426,7 @@ namespace Barotrauma
}
}
PerformenceMonitor.PM.Dispose();
PerformanceMonitor.PM.Dispose();
stopwatch.Stop();