mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-01 04:45:34 +00:00
Remove unused mask
This commit is contained in:
parent
aa31cbba4f
commit
2e7951c83f
1 changed files with 1 additions and 3 deletions
|
@ -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…
Reference in a new issue