mirror of https://github.com/AxioDL/metaforce.git
CPathCamera: Mark kLineOfSightFilter as constexpr
Same behavior, minus any potential runtime initializers.
This commit is contained in:
parent
535c02abe8
commit
5fc0802373
|
@ -79,7 +79,7 @@ void CPathCamera::ProcessInput(const CFinalInput&, CStateManager& mgr) {
|
|||
// Empty
|
||||
}
|
||||
|
||||
static const CMaterialFilter kLineOfSightFilter =
|
||||
constexpr CMaterialFilter kLineOfSightFilter =
|
||||
CMaterialFilter::MakeIncludeExclude({EMaterialTypes::Solid}, {EMaterialTypes::ProjectilePassthrough});
|
||||
|
||||
void CPathCamera::Reset(const zeus::CTransform&, CStateManager& mgr) {
|
||||
|
|
Loading…
Reference in New Issue