mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-06-26 02:12:23 +08:00
Increased SSS for ENTITY_SSS_WEAK by another 0.05 to make it clearly visible for non-white entities
This commit is contained in:
@ -313,7 +313,7 @@ void main() {
|
||||
// medium
|
||||
|
||||
// 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
|
||||
|
||||
|
Reference in New Issue
Block a user