MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / Stop

Method Stop

engine/PoseidonOpenAL/WaveOAL.cpp:1156–1160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1154 _state.playing = false;
1155}
1156
1157void WaveOAL::AttachEFX()
1158{
1159 // DX8: all HW 3D buffers automatically received EAX listener reverb.
1160 // In OpenAL EFX, we must explicitly connect each source to the aux slot.
1161 if (!_alSource || !_sys || !_sys->_eaxEnabled || !_sys->_efxSlot)
1162 return;
1163

Callers 1

PreviewAdvanceFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected