From 0f3660e268def6bd22a80c6b7f01c9348ed0369c Mon Sep 17 00:00:00 2001 From: scrawl Date: Sat, 12 Dec 2015 02:01:19 +0100 Subject: [PATCH] Update comment in settings-default.cfg There are antialiasing techniques that address texture/shading aliasing, but the one we use (MSAA) does not. --- files/settings-default.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/settings-default.cfg b/files/settings-default.cfg index d41ebfde2..a5fd3cccd 100644 --- a/files/settings-default.cfg +++ b/files/settings-default.cfg @@ -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.