mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-21 22:21:02 +00:00
Exclude debug rendering from toggleworld
This commit is contained in:
parent
10e14a3c21
commit
d6af9305ae
@ -59,8 +59,8 @@ namespace MWRender
|
||||
};
|
||||
|
||||
// Defines masks to remove when using ToggleWorld command
|
||||
constexpr static unsigned int sToggleWorldMask
|
||||
= Mask_Debug | Mask_Actor | Mask_Terrain | Mask_Object | Mask_Static | Mask_Groundcover;
|
||||
constexpr inline unsigned int sToggleWorldMask
|
||||
= Mask_Actor | Mask_Terrain | Mask_Object | Mask_Static | Mask_Groundcover;
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user