Fix build

This commit is contained in:
cam900 2022-12-13 16:25:38 +09:00
parent 5ff3d910ca
commit 2ccc24920a
1 changed files with 0 additions and 1 deletions

View File

@ -1146,7 +1146,6 @@ void putDispatchChan(void* data, int chanNum, int type) {
ImGui::Text("* Sample: %d",ch->sample);
ImGui::Text(" - pos: %d",ch->audPos);
ImGui::Text(" - prevBank: %d",ch->prevBank);
ImGui::Text("- wave: %d",ch->wave);
ImGui::Text("- ins: %d",ch->ins);
ImGui::Text("* panning: %d",ch->panning);
ImGui::Text(" - prev: %d",ch->prevPan);