mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-21 07:53:53 +00:00
add deleted letter in macro
This commit is contained in:
parent
f274bc84cc
commit
28f58d5a32
1 changed files with 1 additions and 1 deletions
|
@ -198,5 +198,5 @@ void main(void)
|
||||||
gl_FragData[0].w = 1.0;
|
gl_FragData[0].w = 1.0;
|
||||||
#else
|
#else
|
||||||
gl_FragData[0].w = clamp(fresnel*2.0 + specular, 0.0, 1.0);
|
gl_FragData[0].w = clamp(fresnel*2.0 + specular, 0.0, 1.0);
|
||||||
#endi
|
#endif
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue