mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 20:27:42 +00:00
CCameraFilter: Always initialize m_shape
Provides a deterministic initial state and prevents any potential uninitialized reads.
This commit is contained in:
@@ -73,7 +73,7 @@ public:
|
||||
};
|
||||
|
||||
class CCameraFilterPassPoly {
|
||||
EFilterShape m_shape;
|
||||
EFilterShape m_shape{};
|
||||
std::unique_ptr<CCameraFilterPassBase> m_filter;
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user