mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-16 17:45:10 +00:00
Fix build
This commit is contained in:
parent
5ff3d910ca
commit
2ccc24920a
1 changed files with 0 additions and 1 deletions
|
@ -1146,7 +1146,6 @@ void putDispatchChan(void* data, int chanNum, int type) {
|
||||||
ImGui::Text("* Sample: %d",ch->sample);
|
ImGui::Text("* Sample: %d",ch->sample);
|
||||||
ImGui::Text(" - pos: %d",ch->audPos);
|
ImGui::Text(" - pos: %d",ch->audPos);
|
||||||
ImGui::Text(" - prevBank: %d",ch->prevBank);
|
ImGui::Text(" - prevBank: %d",ch->prevBank);
|
||||||
ImGui::Text("- wave: %d",ch->wave);
|
|
||||||
ImGui::Text("- ins: %d",ch->ins);
|
ImGui::Text("- ins: %d",ch->ins);
|
||||||
ImGui::Text("* panning: %d",ch->panning);
|
ImGui::Text("* panning: %d",ch->panning);
|
||||||
ImGui::Text(" - prev: %d",ch->prevPan);
|
ImGui::Text(" - prev: %d",ch->prevPan);
|
||||||
|
|
Loading…
Reference in a new issue