diff --git a/Assets/Mirror/Core/Prediction/Prediction.cs b/Assets/Mirror/Core/Prediction/Prediction.cs index 948d8b240..567598a44 100644 --- a/Assets/Mirror/Core/Prediction/Prediction.cs +++ b/Assets/Mirror/Core/Prediction/Prediction.cs @@ -144,9 +144,8 @@ public static void InsertCorrection( } // client may need to correct parts of the history after receiving server state. - // CorrectHistory inserts the correction at[i], then corrects [i..n]. - // in other words, it inserts the absolute value and reapplies the deltas - // that the client moved since then. + // CorrectHistory inserts the entries from [i..n] based on 'corrected'. + // in other words, readjusts the deltas that the client moved since then. public static T CorrectHistory( SortedList stateHistory, T corrected, // corrected state with timestamp