This commit is contained in:
mischa 2023-07-24 20:28:14 +08:00
parent ec7ccea685
commit 0ce9833fa5

View File

@ -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();