mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-16 05:05:05 +00:00
perf: Fixing dumb mistake in RecursionUtils that was preventing the method from bailing early
This commit is contained in:
@@ -315,7 +315,7 @@ namespace ICD.Common.Utils
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (destinationsToBeProcessed.Count == 0)
|
if (destinationsToBeProcessed.Count == 0)
|
||||||
break;
|
yield break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user