1
0
mirror of synced 2025-01-31 12:23:52 +01:00

Fix the spacing one more time!

This commit is contained in:
KillzXGaming 2019-03-23 20:03:15 -04:00 committed by GitHub
parent 89e8980cdb
commit a39224c43d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -310,7 +310,7 @@ void main()
diffuseTerm *= cavity; diffuseTerm *= cavity;
diffuseTerm *= ao; diffuseTerm *= ao;
diffuseTerm *= shadow; diffuseTerm *= shadow;
diffuseTerm += LightingDiffuse; diffuseTerm += LightingDiffuse;
// Adjust for metalness. // Adjust for metalness.
// diffuseTerm *= clamp(1 - metallic, 0, 1); // diffuseTerm *= clamp(1 - metallic, 0, 1);