Update StarInspectionTool.cpp
This commit is contained in:
parent
a8196dfd64
commit
45c44408ce
@ -132,7 +132,7 @@ InspectionTool::InspectionResult InspectionTool::inspect(Vec2F const& position)
|
|||||||
|
|
||||||
|
|
||||||
WorldGeometry geometry = world()->geometry();
|
WorldGeometry geometry = world()->geometry();
|
||||||
for (auto& entity : world()->query<InspectableEntity>(RectF::withCenter(position, Vec2F::filled(FLT_EPSILON)), [&](InspectableEntityPtr const& entity) {
|
for (auto& entity : world()->query<InspectableEntity>(RectF::withCenter(position, Vec2F()), [&](InspectableEntityPtr const& entity) {
|
||||||
if (entity->entityType() == EntityType::Object)
|
if (entity->entityType() == EntityType::Object)
|
||||||
return false;
|
return false;
|
||||||
else if (!geometry.rectContains(entity->metaBoundBox().translated(entity->position()), position))
|
else if (!geometry.rectContains(entity->metaBoundBox().translated(entity->position()), position))
|
||||||
|
Loading…
Reference in New Issue
Block a user