1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-06-19 17:41:33 +00:00

documentation typo

This commit is contained in:
glassmancody.info 2022-05-19 17:22:16 -07:00
parent 3d03052717
commit 7684d7e660

View file

@ -330,7 +330,7 @@ In the code snippet below, a shader is defined that requires GLSL `330`, HDR cap
passes = dummy; passes = dummy;
glsl_version = 330; glsl_version = 330;
hdr = true; hdr = true;
flags = disable_interiors | disable_abovewater; flags = disable_interiors, disable_abovewater;
} }