Skip to content

Commit

Permalink
fix: fixing compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Frowen authored Feb 8, 2024
1 parent 52c2a69 commit 1d20015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/NetworkPositionSync/Runtime/InterpolationTime.cs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ public InterpolationTime(float tickInterval, float diffThreshold = 0.5f, float t
diffAvg = new ExponentialMovingAverage(movingAverageCount);

// Client should always start at normal time scale.
clientScaleTime = normalScale;
clientScaleTime = 1f;
}

/// <summary>
Expand Down

0 comments on commit 1d20015

Please sign in to comment.