Commit 5506025a authored by Antoine Cellerier's avatar Antoine Cellerier

Woops.

parent decd54e4
...@@ -147,7 +147,7 @@ static void shuffle( vout_sys_t *p_sys ) ...@@ -147,7 +147,7 @@ static void shuffle( vout_sys_t *p_sys )
for( i = 0; i < p_sys->i_cols * p_sys->i_rows; i++ ) for( i = 0; i < p_sys->i_cols * p_sys->i_rows; i++ )
{ {
if( p_sys->pi_order[i] == if( p_sys->pi_order[i] ==
( p_sys->i_cols - 1 ) * p_sys->i_rows + 1 ) ( p_sys->i_cols - 1 ) * p_sys->i_rows )
{ {
p_sys->i_selected = i; p_sys->i_selected = i;
break; break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment