Commit 01101917 authored by Marek Szczerba's avatar Marek Szczerba
Browse files

Minor cleanup

parent 923b6f6a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1441,8 +1441,8 @@ typedef enum

typedef enum
{
    OTR_TRACKING_NONE = IVAS_ORIENT_TRK_REF-1, /* track orientation relative to external reference orientation (default: yaw=pitch=roll=0) */
    OTR_TRACKING_REF_ORIENT = IVAS_ORIENT_TRK_REF, /* track orientation relative to external reference orientation (default: yaw=pitch=roll=0) */
    OTR_TRACKING_NONE = IVAS_ORIENT_TRK_REF-1,
    OTR_TRACKING_REF_ORIENT = IVAS_ORIENT_TRK_REF, /* track orientation relative to external reference orientation (default: no rotation) */
    OTR_TRACKING_AVG_ORIENT = IVAS_ORIENT_TRK_AVG  /* track orientation relative to average orientation */
} OTR_TRACKING_T;