Commit b22db897 authored by hsd's avatar hsd
Browse files

[cleanup] comments where missed when renaming the OTR *REF_POS tracking modes to *REF_VEC [ci-skip]

parent c00ed89b
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -723,7 +723,7 @@ ivas_error ivas_orient_trk_Process(
        case OTR_TRACKING_REF_VEC:
        case OTR_TRACKING_REF_VEC_LEV:
        {
            /* This processing step of the OTR_TRACKING_REF_POS/OTR_TRACKING_REF_POS_LEVEL is identical */
            /* This processing step of the OTR_TRACKING_REF_VEC/OTR_TRACKING_REF_VEC_LEVEL is identical */
            QuaternionProduct( pOTR->refRot, *pAbsRot, &refRot_absRot_product );

            pTrkRot->w = refRot_absRot_product.w;
+1 −1
Original line number Diff line number Diff line
@@ -4024,7 +4024,7 @@ ivas_error IVAS_REND_GetTrackedRotation(
 * IVAS_REND_SetReferenceVector( )
 *
 * Sets a reference vector spanning from listenerPos to refPos. Only
 * available in OTR_TRACKING_REF_POS and OTR_TRACKING_REF_POS_LEV modes.
 * available in OTR_TRACKING_REF_VEC and OTR_TRACKING_REF_VEC_LEV modes.
 *---------------------------------------------------------------------*/

ivas_error IVAS_REND_SetReferenceVector(