mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-30 11:36:39 +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));
|
||||
#endif
|
||||
|
||||
#if (!@normalMap && @forcePPL && false)
|
||||
vec3 viewNormal = gl_NormalMatrix * normalize(passNormal);
|
||||
#endif
|
||||
|
||||
#if @diffuseMap
|
||||
gl_FragData[0] = texture2D(diffuseMap, diffuseMapUV);
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue