Commit ebed8f90 authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

fix compile error

parent 0494639f
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -235,11 +235,13 @@ ivas_error ivas_td_binaural_renderer_sf_fx(
            }
            else
#endif
                IF( NE_16( error = TDREND_Update_object_positions_fx( st_ivas->hBinRendererTd, nchan_ism, st_ivas->ivas_format, st_ivas->hIsmMetaData ) ), IVAS_ERR_OK ) )
            {
                IF( NE_16( error = TDREND_Update_object_positions_fx( st_ivas->hBinRendererTd, nchan_ism, st_ivas->ivas_format, st_ivas->hIsmMetaData ) , IVAS_ERR_OK ) )
                {
                    return error;
                }
            }
        }

        /* Update the listener's location/orientation */
        IF( st_ivas->hCombinedOrientationData != NULL )