Commit 6e92cb75 authored by Andrea Genovese's avatar Andrea Genovese
Browse files

resolved pointer warning

parent 83dca6d6
Loading
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -81,13 +81,10 @@ ivas_error er_init(
    reflections->user_origin[2] = ER_LIST_HEIGHT;

    /* Store scene origin if present */
    if ( reflections->shoebox_lib.cal.list_orig != NULL )
    {
    for ( i = 0; i < 3; i++ )
    {
        reflections->user_origin[i] = reflections->shoebox_lib.cal.list_orig[i];
    }
    }

    /* Init Shoebox */
    shoebox_init( &reflections->shoebox_lib, &reflections->shoebox_lib.cal );