mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-03 09:19:41 +00:00
Update comment in settings-default.cfg
There are antialiasing techniques that address texture/shading aliasing, but the one we use (MSAA) does not.
This commit is contained in:
parent
17069327a0
commit
0f3660e268
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ minimize on focus loss = true
|
|||
# An operating system border is drawn around the OpenMW window.
|
||||
window border = true
|
||||
|
||||
# Anti-aliasing reduces texture distortion. (0, 2, 4, 8, 16).
|
||||
# Anti-aliasing reduces jagged polygon edges. (0, 2, 4, 8, 16).
|
||||
antialiasing = 0
|
||||
|
||||
# Enable vertical syncing to reduce tearing defects.
|
||||
|
|
Loading…
Reference in a new issue