Revert "Merge Ω-W2-T4: split the deferred FX-park drain by kind"
This reverts commit70bd29dc89, reversing changes made to84afd1b545.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
#include "shell/panel/panel_input.h" // bankPanelTailSetting
|
||||
#include "shell/persist/session.h"
|
||||
#include "shell/view/view.h" // applyMode / mintManagedLanes
|
||||
#include "shell/view/view_fx_park.h" // drainDeferredFxRestores
|
||||
#include "shell/view/view_fx_park.h" // drainDeferredFxParks
|
||||
|
||||
#define REAPERAPI_MINIMAL
|
||||
#define REAPERAPI_WANT_CountTrackMediaItems
|
||||
@@ -211,7 +211,7 @@ void RunRenderTrackInPlace(ReaSamplerSession& session) {
|
||||
// Persist outside the block. The offline render's own save gate already forced a
|
||||
// saved project, so the Save-As-guarded persist the Design View actions need
|
||||
// cannot have anything to prompt for here.
|
||||
drainDeferredFxRestores(); // the reapply above may have deferred a restore — contract there
|
||||
drainDeferredFxParks(); // the reapply above may have deferred a restore — see the contract there
|
||||
session.saveToActiveProject();
|
||||
|
||||
if (!placed) {
|
||||
|
||||
Reference in New Issue
Block a user