Exclude debug rendering from toggleworld

esm4-texture
elsid 8 months ago
parent 10e14a3c21
commit d6af9305ae
No known key found for this signature in database
GPG Key ID: 4DE04C198CBA7625

@ -59,8 +59,8 @@ namespace MWRender
}; };
// Defines masks to remove when using ToggleWorld command // Defines masks to remove when using ToggleWorld command
constexpr static unsigned int sToggleWorldMask constexpr inline unsigned int sToggleWorldMask
= Mask_Debug | Mask_Actor | Mask_Terrain | Mask_Object | Mask_Static | Mask_Groundcover; = Mask_Actor | Mask_Terrain | Mask_Object | Mask_Static | Mask_Groundcover;
} }

Loading…
Cancel
Save