Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/snd/
Dsnd_Voice.h71 static const f32 VOLUME_MIN; variable
/NW4C-1.3.3/sources/libraries/snd/
Dsnd_Voice.cpp224 const f32 Voice::VOLUME_MIN = 0.0f; member in nw::snd::internal::driver::Voice
736 if ( volume < VOLUME_MIN ) volume = VOLUME_MIN; in SetVolume()