mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-13 11:44:57 +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)
|
||||
break;
|
||||
yield break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user