mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-25 16:43:33 +00:00
add deleted letter in macro
This commit is contained in:
parent
f274bc84cc
commit
28f58d5a32
@ -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…
x
Reference in New Issue
Block a user