mirror of https://github.com/minetest/minetest
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:
parent
f116486a9e
commit
3d39781b21
|
|
@ -1,4 +1,5 @@
|
||||||
uniform sampler2D baseTexture;
|
uniform sampler2D baseTexture;
|
||||||
|
#define normalTexture texture1
|
||||||
uniform sampler2D normalTexture;
|
uniform sampler2D normalTexture;
|
||||||
uniform vec3 yawVec;
|
uniform vec3 yawVec;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue