Commit 756a72bb authored by Lauros Pajunen's avatar Lauros Pajunen
Browse files

Fix function call with proper use of EXTERNAL_ORIENTATIONS switch

parent 1be52a61
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -5143,9 +5143,10 @@ static ivas_error renderIsmToBinauralReverb(
    if ( ( error = ivas_td_binaural_renderer_ext( &ismInput->tdRendWrapper,
                                                  ismInput->base.inConfig,
                                                  NULL,
                                                  ismInput->base.ctx.pHeadRotData,
#ifdef EXTERNAL_ORIENTATIONS
                                                  ismInput->base.ctx.pCombinedOrientationData,
#else
                                                  ismInput->base.ctx.pHeadRotData,
#endif
                                                  &ismInput->currentPos,
                                                  ismInput->hReverb,