Skip to content

Commit a95da78

Browse files
committed
Remove temporary code to allow SBT to run during replays.
1 parent 2b84868 commit a95da78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Components/SeatBeltTensioner.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ private void OnPortClosed( object? sender, EventArgs e )
315315

316316
public void Tick( App app )
317317
{
318-
if ( app.Simulator.IsOnTrack || app.Simulator.IsReplayPlaying )
318+
if ( app.Simulator.IsOnTrack )
319319
{
320320
_longAccelSum += app.Simulator.LongAccel;
321321
_latAccelSum += app.Simulator.LatAccel;

0 commit comments

Comments
 (0)