Skip to content

Commit

Permalink
added break to get out faster
Browse files Browse the repository at this point in the history
  • Loading branch information
cybercop23 authored and AzGilrock committed Apr 26, 2024
1 parent 7c2ee2e commit bd95ba9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xLights/models/Model.cpp
Expand Up @@ -6685,6 +6685,7 @@ wxString Model::SerialiseAliases() const {
wxString s = stream.GetString();
s = s.SubString(s.Find("\n") + 1, s.Length()); // skip over xml format header
alias += s;
break;
}
child = child->GetNext();
}
Expand Down

0 comments on commit bd95ba9

Please sign in to comment.