less magic

This commit is contained in:
Andrew Meadows 2017-09-25 17:41:45 -07:00
parent 01304de8c2
commit 86cbea73c8

View file

@ -61,7 +61,7 @@ float ConicalView::computePriority(const EntityItemPointer& entity) const {
return computePriority(cube);
} else {
// when in doubt give it something positive
return 1.0f;
return PrioritizedEntity::WHEN_IN_DOUBT_PRIORITY;
}
}