mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-21 07:23:54 +00:00
Remove dead code
This commit is contained in:
parent
24e1dfcddc
commit
e3490c8606
1 changed files with 0 additions and 4 deletions
|
@ -49,10 +49,6 @@ void main()
|
||||||
vec3 viewNormal = gl_NormalMatrix * normalize(tbnTranspose * (normalTex.xyz * 2.0 - 1.0));
|
vec3 viewNormal = gl_NormalMatrix * normalize(tbnTranspose * (normalTex.xyz * 2.0 - 1.0));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if (!@normalMap && @forcePPL && false)
|
|
||||||
vec3 viewNormal = gl_NormalMatrix * normalize(passNormal);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if @diffuseMap
|
#if @diffuseMap
|
||||||
gl_FragData[0] = texture2D(diffuseMap, diffuseMapUV);
|
gl_FragData[0] = texture2D(diffuseMap, diffuseMapUV);
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in a new issue