Skip to content

Commit

Permalink
fix #4533
Browse files Browse the repository at this point in the history
  • Loading branch information
computergeek1507 committed Apr 29, 2024
1 parent f21dacf commit 242fbde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xLights/effects/FacesEffect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ void FacesEffect::SetPanelStatus(Model* cls) {
}

std::list<std::string> used;
for (const auto& it : m->GetFaceInfo()) {
for (const auto& it : m->GetStateInfo()) {
if (std::find(begin(used), end(used), it.first) == end(used) )
{
fp->Choice1->Append(it.first);
Expand Down

0 comments on commit 242fbde

Please sign in to comment.