Increased SSS for ENTITY_SSS_WEAK by another 0.05 to make it clearly visible for non-white entities

This commit is contained in:
MikiP98 2024-10-31 19:32:48 +01:00 committed by GitHub
parent e2f0053ca7
commit d8e00679ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -313,7 +313,7 @@ void main() {
// medium // medium
// low // low
if(entityId == ENTITY_SSS_WEAK || entityId == ENTITY_PLAYER) SSSAMOUNT = 0.35; if(entityId == ENTITY_SSS_WEAK || entityId == ENTITY_PLAYER) SSSAMOUNT = 0.4;
#endif #endif
#endif #endif