mirror of
https://github.com/minetest/minetest.git
synced 2025-03-06 20:48:40 +01:00
parent
9b24041394
commit
957a3e52fe
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ vec4 applyBloom(vec4 color, vec2 uv)
|
|||
if (uv.x > 0.5 && uv.y < 0.5)
|
||||
return vec4(light, color.a);
|
||||
if (uv.x < 0.5)
|
||||
return light;
|
||||
return color;
|
||||
#endif
|
||||
color.rgb = mix(color.rgb, light, bloomIntensity);
|
||||
return color;
|
||||
|
|
Loading…
Add table
Reference in a new issue