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:
Miguel Pozo
2025-01-13 16:39:10 +01:00
parent 2e12abcc71
commit f7c6159229

View File

@@ -190,7 +190,7 @@ class Prepass : Overlay {
Resources &res,
const State &state) final
{
if (!enabled_) {
if (!enabled_ || ob_ref.object->dt < OB_SOLID) {
return;
}