Loading lib_rend/lib_rend_fx.c +6 −1 Original line number Diff line number Diff line Loading @@ -1210,7 +1210,12 @@ static void closeHeadRotation( IVAS_REND_HANDLE hIvasRend ) { test(); #ifdef FIX_1135_EXT_RENDERER_HANDLES test(); IF( hIvasRend != NULL && hIvasRend->headRotData.headRotEnabled && hIvasRend->headRotData.hOrientationTracker != NULL ) #else IF( ( hIvasRend != NULL ) && ( hIvasRend->headRotData.hOrientationTracker != NULL ) ) #endif { free( hIvasRend->headRotData.hOrientationTracker ); } Loading Loading
lib_rend/lib_rend_fx.c +6 −1 Original line number Diff line number Diff line Loading @@ -1210,7 +1210,12 @@ static void closeHeadRotation( IVAS_REND_HANDLE hIvasRend ) { test(); #ifdef FIX_1135_EXT_RENDERER_HANDLES test(); IF( hIvasRend != NULL && hIvasRend->headRotData.headRotEnabled && hIvasRend->headRotData.hOrientationTracker != NULL ) #else IF( ( hIvasRend != NULL ) && ( hIvasRend->headRotData.hOrientationTracker != NULL ) ) #endif { free( hIvasRend->headRotData.hOrientationTracker ); } Loading