Skip to content

Commit

Permalink
Do not set "AppliedTimingFactor" during Fast-Forward-Race Analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
MerlinCooper committed Jun 6, 2020
1 parent cde6db0 commit 2d2de05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Phases/AnalyseRace.cs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ void AnalyseRaceSituations(IEnumerable<DataSample> samples)
.TakeUntil(3.Seconds()).AfterReplayPaused();

samples = samples.AtSpeed(iReplaySpeedForAnalysis);
Settings.AppliedTimingFactor = 1.0 / iReplaySpeedForAnalysis;

overlayData.CapturedVersion = Assembly.GetExecutingAssembly().GetName().Version.ToString();

Expand Down

0 comments on commit 2d2de05

Please sign in to comment.