MCPcopy Create free account
hub / github.com/defold/defold / StepGroupValues

Function StepGroupValues

engine/sound/src/sound.cpp:1912–1922  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1910 }
1911
1912 static void StepGroupValues()
1913 {
1914 SoundSystem* sound = g_SoundSystem;
1915
1916 for (uint32_t i = 0; i < MAX_GROUPS; i++) {
1917 SoundGroup* g = &sound->m_Groups[i];
1918 if (g->m_MixBuffer[0]) {
1919 g->m_Gain.Step();
1920 }
1921 }
1922 }
1923
1924 static void StepInstanceValues()
1925 {

Callers 1

UpdateInternalFunction · 0.85

Calls 1

StepMethod · 0.45

Tested by

no test coverage detected