mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-01 02:22:39 +00:00
Revert "don't run a delta against cached instrument if not insEditOpen"
This reverts commit 2ab5ac4e07
.
This commit is contained in:
parent
2ab5ac4e07
commit
4f3d61c0f1
1 changed files with 1 additions and 1 deletions
|
@ -7747,7 +7747,7 @@ void FurnaceGUI::drawInsEdit() {
|
|||
}
|
||||
|
||||
void FurnaceGUI::checkRecordInstrumentUndoStep() {
|
||||
if (insEditOpen && curIns>=0 && curIns<(int)e->song.ins.size()) {
|
||||
if (curIns>=0 && curIns<(int)e->song.ins.size()) {
|
||||
DivInstrument* ins=e->song.ins[curIns];
|
||||
|
||||
// invalidate cachedCurIns/any possible changes if the cachedCurIns was referencing a different
|
||||
|
|
Loading…
Reference in a new issue