chanosc gradient point remove is red

This commit is contained in:
Eknous-P 2023-08-26 13:35:26 +04:00
parent 3dd4f3e7e8
commit a832adeac5
1 changed files with 2 additions and 0 deletions

View File

@ -282,10 +282,12 @@ void FurnaceGUI::drawChanOsc() {
updateChanOscGradTex=true;
}
pushDestColor();
if (ImGui::Button("Remove")) {
removePoint=index;
ImGui::CloseCurrentPopup();
}
popDestColor();
ImGui::EndPopup();
}