Skip to content

Commit

Permalink
Merge pull request #33 from MerlinCooper/issue-31-GetInterestingRaceE…
Browse files Browse the repository at this point in the history
…vents_not_correct

Keep AppliedTimingFactor unchanged in Analysis phase to avoid wrong a…
  • Loading branch information
MerlinCooper authored Jun 6, 2020
2 parents c4d87d5 + e10d366 commit 3f69a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Phases/AnalyseRace.cs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ void AnalyseRaceSituations(IEnumerable<DataSample> samples)
.TakeUntil(3.Seconds()).AfterReplayPaused();

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

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

Expand Down

0 comments on commit 3f69a3b

Please sign in to comment.