Remove default LOD bias.

Disable GL automatic mipmap generation.

This was SVN commit r8101.
This commit is contained in:
Ykkrosh 2010-09-10 21:04:02 +00:00
parent f12fa90e4b
commit 96a8c7bd91

View File

@ -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