Merge branch 'Eyecandy-Effects' of https://github.com/GefullteTaubenbrust2/minetest into Eyecandy-Effects

This commit is contained in:
Gefüllte Taubenbrust 2024-04-07 20:44:44 +02:00
commit 25060fe9d6
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ vec4 perm(vec4 x)
return mod(((x * 34.0) + 1.0) * x, 289.0);
}
#if ((defined(MATERIAL_WAVING_LIQUID) && defined(ENABLE_WATER_REFLECTIONS)) || defined(ENABLE_BUMPMAPS))
#if (defined(MATERIAL_WAVING_LIQUID) && defined(ENABLE_WATER_REFLECTIONS)) || defined(ENABLE_BUMPMAPS)
float snoise(vec3 p)
{
vec3 a = floor(p);