remove TODO

This commit is contained in:
mischa 2024-01-08 18:01:53 +01:00
parent 587a5fe92a
commit b0933a1d07

View File

@ -235,7 +235,7 @@ void RecordState()
// use predictedTime to record state, otherwise we would record in the past.
double predictedTime = NetworkTime.predictedTime;
// TODO FixedUpdate may run twice in the same frame / NetworkTime.time.
// FixedUpdate may run twice in the same frame / NetworkTime.time.
// for now, simply don't record if already recorded there.
// previously we checked ContainsKey which is O(logN) for SortedList
// if (stateHistory.ContainsKey(predictedTime))