mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-03 16:41:31 +00:00
documentation typo
This commit is contained in:
parent
3d03052717
commit
7684d7e660
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue