Accumulation frame count is now reset after a resize

This commit is contained in:
AlexandruPopovici
2022-10-14 19:28:15 +03:00
parent 5d895a96ff
commit fe79c04f0f
@@ -309,6 +309,7 @@ export class Pipeline {
public resize(width: number, height: number) {
this.composer.setSize(width, height)
this.accumulationFrame = 0
}
public onStationaryBegin() {