tiny tweak to nether slighting to make it more stable

This commit is contained in:
Xonk
2023-07-30 22:56:57 -04:00
parent b11b795160
commit 5a08247083
5 changed files with 14 additions and 39 deletions

View File

@ -305,6 +305,10 @@ void main() {
else Albedo.a = 0.0;
#endif
#ifdef WhiteWorld
Albedo.rgb = vec3(1.0);
#endif
////////////////////////////////
//////////////////////////////// NORMAL
////////////////////////////////