Home
last modified time | relevance | path

Searched refs:sustainDecay (Results 1 – 1 of 1) sorted by relevance

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_CurveAdshr.cpp172 const f32 sustainDecay = in Update() local
176 if ( m_Value < sustainDecay ) in Update()
178 m_Value = sustainDecay; in Update()