1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-11-30 20:53:45 +01:00

Fix minimap rendering regression

The normal map was not bound properly, so the shading based on the height map had gone missing.
This commit is contained in:
Lars Mueller
2025-11-27 22:35:51 +01:00
committed by sfan5
parent f116486a9e
commit 3d39781b21

View File

@@ -1,4 +1,5 @@
uniform sampler2D baseTexture;
#define normalTexture texture1
uniform sampler2D normalTexture;
uniform vec3 yawVec;