mirror of https://github.com/AxioDL/metaforce.git
CFluidPlaneCPU: Initialize m_cachedDoubleLightmapBlend and m_cachedAdditive
Provides a deterministic initial state upon construction.
This commit is contained in:
parent
498c940479
commit
9f21f8ef55
|
@ -60,8 +60,8 @@ protected:
|
|||
u32 m_maxVertCount;
|
||||
bool m_tessellation = false;
|
||||
|
||||
bool m_cachedDoubleLightmapBlend;
|
||||
bool m_cachedAdditive;
|
||||
bool m_cachedDoubleLightmapBlend = false;
|
||||
bool m_cachedAdditive = false;
|
||||
|
||||
static bool PrepareRipple(const CRipple& ripple, const CFluidPlaneRender::SPatchInfo& info,
|
||||
CFluidPlaneRender::SRippleInfo& rippleOut);
|
||||
|
|
Loading…
Reference in New Issue