mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-14 01:19:59 +00:00
documentation typo
This commit is contained in:
parent
3d03052717
commit
7684d7e660
@ -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…
x
Reference in New Issue
Block a user