Fix #132992: Overlay-Next: Objects displayed as bounds/wires occlude back objects for selection
Disable prepass for display as wire/bound objects
This commit is contained in:
@@ -190,7 +190,7 @@ class Prepass : Overlay {
|
||||
Resources &res,
|
||||
const State &state) final
|
||||
{
|
||||
if (!enabled_) {
|
||||
if (!enabled_ || ob_ref.object->dt < OB_SOLID) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user