diff --git a/binaries/data/config/default.cfg b/binaries/data/config/default.cfg index a2b79346d1..a8c9bafb84 100644 --- a/binaries/data/config/default.cfg +++ b/binaries/data/config/default.cfg @@ -32,7 +32,7 @@ shadows = true vsync = false nos3tc = false -noautomipmap = false +noautomipmap = true novbo = false noframebufferobject = false @@ -47,7 +47,7 @@ renderpath = default ; Adjusts how OpenGL calculates mipmap level of detail. 0.0f is the default (blurry) value. ; Lower values sharpen/extend, and higher values blur/decrease. Clamped at -3.0 to 3.0. ; -1.0 to -1.5 recommended for good results. -lodbias = -0.5 +lodbias = 0 ; Profile selection