Fix bug that shows only one effect in the effect chain
This commit is contained in:
@@ -165,6 +165,7 @@ void EffectRackView::update()
|
||||
view_map[i] = true;
|
||||
break;
|
||||
}
|
||||
++i;
|
||||
}
|
||||
if( i >= m_effectViews.size() )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user