mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-03 18:09:40 +00:00
Merge branch 'undefined_variable' into 'master'
Fix undeclared shader variable See merge request OpenMW/openmw!2070
This commit is contained in:
commit
ebdcb7acbd
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ void main()
|
|||
vec3 viewNormal = gl_NormalMatrix * worldNormal;
|
||||
#endif
|
||||
|
||||
#if (!@normalMap && (@parallax || @forcePPL))
|
||||
#if (!@normalMap && (@parallax || @forcePPL || @softParticles))
|
||||
vec3 viewNormal = gl_NormalMatrix * worldNormal;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue