Skip to content

Commit

Permalink
song state string stopped at first effect command
Browse files Browse the repository at this point in the history
  • Loading branch information
HertzDevil committed May 28, 2018
1 parent 334669e commit 120ee4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/SongState.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ std::string MakeCommandString(ft0cc::doc::effect_command cmd) { // // //
EFF_CHAR[value_cast(cmd.fx)],
conv::to_digit<char>(cmd.param >> 4),
conv::to_digit<char>(cmd.param & 0x0Fu),
'\0',
};
}

Expand Down

0 comments on commit 120ee4b

Please sign in to comment.