Skip to content

Commit

Permalink
Fix sp phrases getting written as solos
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsitton committed Apr 18, 2022
1 parent 9a2a625 commit d7ffd34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BChartWriter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ void WriteData(Stream stre)
break;
case Starpower sp:
savedEvents++;
WritePhrase(stre, BChartConsts.PHRASE_SOLO, sp.tick, sp.length);
WritePhrase(stre, BChartConsts.PHRASE_STARPOWER, sp.tick, sp.length);
break;
case ChartEvent chEv:
{
Expand Down

0 comments on commit d7ffd34

Please sign in to comment.