Skip to content

Commit

Permalink
Merge pull request #14919 from sebavan/work1
Browse files Browse the repository at this point in the history
Fix PBR Sub Surface
  • Loading branch information
sebavan committed Mar 28, 2024
2 parents 5a8bd32 + e756af0 commit dd65ed2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -657,7 +657,7 @@ export class PBRSubSurfaceConfiguration extends MaterialPluginBase {
return true;
}

if (this.translucencyIntensityTexture === texture) {
if (this._translucencyIntensityTexture === texture) {
return true;
}

Expand Down

0 comments on commit dd65ed2

Please sign in to comment.