Fix regression from #6481 (#6522)

Fix bug that shows only one effect in the effect chain
This commit is contained in:
saker
2022-09-30 22:28:44 -04:00
committed by GitHub
parent 2f7a6558a1
commit 8459d6d679

View File

@@ -165,6 +165,7 @@ void EffectRackView::update()
view_map[i] = true;
break;
}
++i;
}
if( i >= m_effectViews.size() )
{