1
0
mirror of synced 2024-11-12 10:10:50 +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 *= ao;
diffuseTerm *= shadow;
diffuseTerm += LightingDiffuse;
diffuseTerm += LightingDiffuse;
// Adjust for metalness.
// diffuseTerm *= clamp(1 - metallic, 0, 1);