Commit 75805ee5 authored by emerit's avatar emerit
Browse files

fix missing ISM_NON_DIEGETIC_PAN switch in code

parent 79f998f3
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2243,7 +2243,9 @@ static void parseObjectPosition(
    position->radius = meta_prm[2];
    position->yaw = meta_prm[5];
    position->pitch = meta_prm[6];
#ifdef ISM_NON_DIEGETIC_PAN
    position->non_diegetic_flag = (int16_t) meta_prm[7];
#endif
    return;
}