1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-14 01:19:59 +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;
glsl_version = 330;
hdr = true;
flags = disable_interiors | disable_abovewater;
flags = disable_interiors, disable_abovewater;
}