Add fb invalidation
This commit is contained in:
parent
9d22805fb0
commit
45b1948f7c
2 changed files with 11 additions and 0 deletions
|
|
@ -258,6 +258,8 @@ export class RendererImplementation implements Renderer {
|
|||
);
|
||||
this.gl.disable(this.gl.BLEND);
|
||||
|
||||
this.distanceFieldFrameBuffer.invalidate();
|
||||
|
||||
if (this.stopwatch?.isRunning) {
|
||||
this.stopwatch?.stop();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue