Update mip mapping and textarea documentation (#7315)
* Fix textarea formspec documentation The label is shown and the background isn't * Document the missing gamma correction when generating mip maps * Remove duplicate text (such as size parameter descriptions)
This commit is contained in:
parent
f8d2210c59
commit
279c7eab3d
|
@ -424,7 +424,9 @@ enable_particles (Digging particles) bool true
|
|||
|
||||
[**Filtering]
|
||||
|
||||
# Use mip mapping to scale textures. May slightly increase performance.
|
||||
# Use mip mapping to scale textures. May slightly increase performance,
|
||||
# especially when using a high resolution texture pack.
|
||||
# Gamma correct downscaling is not supported.
|
||||
mip_map (Mipmapping) bool false
|
||||
|
||||
# Use anisotropic filtering when viewing at textures from an angle.
|
||||
|
|
Loading…
Reference in New Issue