fix volumetrics not appearing behind particles

This commit is contained in:
Xonk
2025-03-27 23:44:04 -04:00
parent f0611c681e
commit 67da0ac493
2 changed files with 4 additions and 1 deletions

View File

@ -410,6 +410,7 @@ if (gl_FragCoord.x * texelSize.x < 1.0 && gl_FragCoord.y * texelSize.y < 1.0 )
// 0.9 = entity mask
// 0.8 = reflective entities
// 0.7 = reflective blocks
// 0.4 = translucent particles
// 0.3 = hand mask
#ifdef HAND