Lookup fixes (#3390)

This commit is contained in:
Leon Friedrich
2022-10-28 11:23:23 +11:00
committed by GitHub
parent 4e0821c6c1
commit 49dfb2d2f1
6 changed files with 187 additions and 33 deletions
@@ -92,6 +92,12 @@ public sealed class EntityLookupOverlay : Overlay
return true;
}, lookupAABB);
lookup.StaticSundriesTree.QueryAabb(ref ents, static (ref List<EntityUid> state, in EntityUid value) =>
{
state.Add(value);
return true;
}, lookupAABB);
lookup.SundriesTree.QueryAabb(ref ents, static (ref List<EntityUid> state, in EntityUid value) =>
{
state.Add(value);