Skip to content

Commit

Permalink
Merge pull request #305 from LinkunGao/feat/v2.1.0
Browse files Browse the repository at this point in the history
update render
  • Loading branch information
LinkunGao authored Oct 3, 2024
2 parents 163ac0f + e7f04d9 commit 4109708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Renderer/baseRenderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export class baseRenderer {
}

this.currentScene.sceneName = "default";
!!this.currentScene.vignette &&
(!!this.currentScene.vignette && !(!!this.options?.alpha)) &&
this.updateEnvironment(this.currentScene.vignette);
this.state = {
playbackSpeed: 1.0,
Expand Down

0 comments on commit 4109708

Please sign in to comment.