rename Envelope release to Macro release

This commit is contained in:
tildearrow 2022-08-01 22:51:13 -05:00
parent c9ff3af410
commit fe07051f89
1 changed files with 1 additions and 1 deletions

View File

@ -1712,7 +1712,7 @@ void FurnaceGUI::drawSettings() {
ImGui::Text("%s",SDL_GetScancodeName((SDL_Scancode)i.scan));
ImGui::TableNextColumn();
if (i.val==102) {
snprintf(id,4095,"Envelope release##SNType_%d",i.scan);
snprintf(id,4095,"Macro release##SNType_%d",i.scan);
if (ImGui::Button(id)) {
noteKeys[i.scan]=0;
}