mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-14 11:46:34 +02:00
less magic
This commit is contained in:
parent
01304de8c2
commit
86cbea73c8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue