Skip to content

Commit ed2dd70

Browse files
committed
Always update value
1 parent 343c84c commit ed2dd70

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/core/io/Output.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,7 @@ export class Output extends EventDispatcher<BaseEventMap> implements Disposable,
148148

149149
if(value instanceof RenderTargetResource) {
150150

151-
if(this.renderTargets.get(key) !== value) {
152-
153-
this.renderTargets.set(key, value);
154-
155-
}
151+
this.renderTargets.set(key, value);
156152

157153
} else {
158154

0 commit comments

Comments
 (0)