diff --git a/src/core/io/Output.ts b/src/core/io/Output.ts index 558ea409d..645faad1d 100644 --- a/src/core/io/Output.ts +++ b/src/core/io/Output.ts @@ -148,11 +148,7 @@ export class Output extends EventDispatcher implements Disposable, if(value instanceof RenderTargetResource) { - if(this.renderTargets.get(key) !== value) { - - this.renderTargets.set(key, value); - - } + this.renderTargets.set(key, value); } else {