Commit a9c3fc13 authored by vaclav's avatar vaclav
Browse files

fix accidentally removed operation

parent 2ae09e85
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -108,7 +108,7 @@ static void ism_metadata_smooth_fx(
            }
            ELSE
            {
                temp = CNG_MD_MAX_DIFF_AZIMUTH_FX;
                temp = L_negate( CNG_MD_MAX_DIFF_AZIMUTH_FX );
            }
            hIsmMetaData->azimuth_fx = L_add( hIsmMetaData->last_azimuth_fx, temp );
            move32();