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
@@ -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();