fix build

This commit is contained in:
tildearrow 2022-12-13 13:27:44 -05:00
parent 778d8d84d1
commit ea849cc255
1 changed files with 0 additions and 1 deletions

View File

@ -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");