wavetools fix: also fix invert
ugh im blind
This commit is contained in:
parent
518fdd0809
commit
5195f7562a
|
|
@ -1107,6 +1107,7 @@ void FurnaceGUI::drawWaveEdit() {
|
|||
}
|
||||
MARK_MODIFIED;
|
||||
});
|
||||
e->notifyWaveChange(curWave);
|
||||
}
|
||||
ImGui::SameLine();
|
||||
if (ImGui::Button(_("Reverse"),buttonSizeHalf)) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue