Skip to content

Commit

Permalink
update render
Browse files Browse the repository at this point in the history
  • Loading branch information
LinkunGao committed Oct 3, 2024
1 parent 163ac0f commit e7f04d9
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 e7f04d9

Please sign in to comment.