mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-06 17:58:05 +02:00
Lookup fixes (#3390)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user