Skip to content

Commit

Permalink
Update extras/render-passes/render-pass-compose.js
Browse files Browse the repository at this point in the history
Co-authored-by: KPal <48248865+kpal81xd@users.noreply.github.com>
  • Loading branch information
mvaligursky and kpal81xd authored Dec 22, 2023
1 parent b373080 commit d499a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/render-passes/render-pass-compose.js
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ class RenderPassCompose extends RenderPassShaderQuad {
}

if (this._fringingEnabled) {
// relative fo a fixed texture resolution to preserve size regardless of the resolution
// relative to a fixed texture resolution to preserve size regardless of the resolution
this.fringingIntensityId.setValue(this.fringingIntensity / 1024);
}

Expand Down

0 comments on commit d499a60

Please sign in to comment.