1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-26 00:35:23 +00:00

Remove unused mask

This commit is contained in:
AnyOldName3 2017-11-08 01:28:10 +00:00
parent aa31cbba4f
commit 2e7951c83f

View File

@ -51,9 +51,7 @@ namespace MWRender
Mask_PreCompile = (1<<16),
// Set on a camera's cull mask to enable the LightManager
Mask_Lighting = (1<<17),
Mask_CastsShadows = (1<<18)
Mask_Lighting = (1<<17)
};
}