From 2ccc24920a00bf7b154f69fecb36c6a46688ad4b Mon Sep 17 00:00:00 2001 From: cam900 Date: Tue, 13 Dec 2022 16:25:38 +0900 Subject: [PATCH] Fix build --- src/gui/debug.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/debug.cpp b/src/gui/debug.cpp index 74aa6e38a..a1688177c 100644 --- a/src/gui/debug.cpp +++ b/src/gui/debug.cpp @@ -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);