mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
oops
This commit is contained in:
parent
ec7ccea685
commit
0ce9833fa5
@ -37,8 +37,6 @@ public static Bounds Insert(
|
||||
HistoryBounds history,
|
||||
Bounds bounds)
|
||||
{
|
||||
// optimization: only insert if
|
||||
|
||||
// remove oldest if limit reached
|
||||
if (history.Count >= history.limit)
|
||||
history.history.Dequeue();
|
||||
|
Loading…
Reference in New Issue
Block a user