1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-01 01:45:34 +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)
};
}