We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dace346 commit c442c0bCopy full SHA for c442c0b
src/modules/audio/audio.c
@@ -1101,7 +1101,7 @@ static void phonon_update(float dt) {
1101
1102
FOREACH_SOURCE(mask, source) {
1103
iplSourceGetOutputs(source->handle, IPL_SIMULATIONFLAGS_DIRECT, &source->outputs[backbuffer]);
1104
- source->outputs[backbuffer].direct.flags = source->inputs.directFlags;
+ source->outputs[backbuffer].direct.flags = (IPLDirectEffectFlags) source->inputs.directFlags;
1105
}
1106
1107
if (state.enabledMeshCount > 0) {
0 commit comments