mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
remove TODO
This commit is contained in:
parent
587a5fe92a
commit
b0933a1d07
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user