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

Fix for the botched merge

parent e32c5f1b
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -455,11 +455,12 @@ void TDREND_Update_object_positions(
            Dir[1] = 0.0f;
            Dir[2] = 0.0f;

#endif
            /* Source directivity info */
            DirAtten_p->ConeInnerAngle = 360.0f;
            DirAtten_p->ConeOuterAngle = 360.0f;
            DirAtten_p->ConeOuterGain = 1.0f;
#endif

            TDREND_MIX_SRC_SetPos( hBinRendererTd, nS, Pos );
            TDREND_MIX_SRC_SetDirAtten( hBinRendererTd, nS, DirAtten_p );
            TDREND_MIX_SRC_SetPlayState( hBinRendererTd, nS, TDREND_PLAYSTATUS_PLAYING );