wavetools fix: also fix invert

ugh im blind
This commit is contained in:
Eknous-P 2024-09-11 16:39:49 +04:00 committed by freq-mod
parent 518fdd0809
commit 5195f7562a

View file

@ -1107,6 +1107,7 @@ void FurnaceGUI::drawWaveEdit() {
}
MARK_MODIFIED;
});
e->notifyWaveChange(curWave);
}
ImGui::SameLine();
if (ImGui::Button(_("Reverse"),buttonSizeHalf)) {