mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-04 12:39:55 +00:00
Remove unused mask
This commit is contained in:
parent
aa31cbba4f
commit
2e7951c83f
@ -51,9 +51,7 @@ namespace MWRender
|
|||||||
Mask_PreCompile = (1<<16),
|
Mask_PreCompile = (1<<16),
|
||||||
|
|
||||||
// Set on a camera's cull mask to enable the LightManager
|
// Set on a camera's cull mask to enable the LightManager
|
||||||
Mask_Lighting = (1<<17),
|
Mask_Lighting = (1<<17)
|
||||||
|
|
||||||
Mask_CastsShadows = (1<<18)
|
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user