GUI: TODO

This commit is contained in:
tildearrow 2022-01-10 03:36:49 -05:00
parent c36d19f495
commit b4127d7222
1 changed files with 2 additions and 0 deletions

View File

@ -582,6 +582,8 @@ const char* ssgEnvTypes[8]={
"Down Down Down", "Down.", "Down Up Down Up", "Down UP", "Up Up Up", "Up.", "Up Down Up Down", "Up DOWN" "Down Down Down", "Down.", "Down Up Down Up", "Down UP", "Up Up Up", "Up.", "Up Down Up Down", "Up DOWN"
}; };
// TODO: BUTTONS TO SELECT BETWEEN 15 AND 31
// AND DUTY TOO
void FurnaceGUI::drawInsEdit() { void FurnaceGUI::drawInsEdit() {
if (!insEditOpen) return; if (!insEditOpen) return;
if (ImGui::Begin("Instrument Editor",&insEditOpen,ImGuiWindowFlags_NoDocking)) { if (ImGui::Begin("Instrument Editor",&insEditOpen,ImGuiWindowFlags_NoDocking)) {