From ea849cc25548ff8eecee7abc9c1f948452de4b48 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Tue, 13 Dec 2022 13:27:44 -0500 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 a4588f2f..0bbae17b 100644 --- a/src/gui/debug.cpp +++ b/src/gui/debug.cpp @@ -644,7 +644,6 @@ void putDispatchChan(void* data, int chanNum, int type) { ImGui::Text(" - prev: %d",ch->prevFreq); ImGui::Text("- duty: %d",ch->duty); ImGui::Text("- sweep: %.2x",ch->sweep); - ImGui::Text("- wave: %d",ch->wave); COMMON_CHAN_DEBUG_BOOL; ImGui::TextColored(ch->sweepChanged?colorOn:colorOff,">> SweepChanged"); ImGui::TextColored(ch->furnaceDac?colorOn:colorOff,">> FurnaceDAC");