mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 13:05:11 +00:00
GUI: wave generator, part 3
This commit is contained in:
parent
693d457fff
commit
185b283ef6
1 changed files with 1 additions and 0 deletions
|
@ -313,6 +313,7 @@ void FurnaceGUI::drawWaveEdit() {
|
|||
if (ImGui::BeginTabItem("FM")) {
|
||||
waveGenFM=true;
|
||||
|
||||
ImGui::Text("FM stuff here");
|
||||
ImGui::EndTabItem();
|
||||
}
|
||||
if (ImGui::BeginTabItem("Mangle")) {
|
||||
|
|
Loading…
Reference in a new issue