Fix the spacing one more time!
This commit is contained in:
parent
89e8980cdb
commit
a39224c43d
@ -310,7 +310,7 @@ void main()
|
||||
diffuseTerm *= cavity;
|
||||
diffuseTerm *= ao;
|
||||
diffuseTerm *= shadow;
|
||||
diffuseTerm += LightingDiffuse;
|
||||
diffuseTerm += LightingDiffuse;
|
||||
|
||||
// Adjust for metalness.
|
||||
// diffuseTerm *= clamp(1 - metallic, 0, 1);
|
||||
|
Loading…
Reference in New Issue
Block a user