]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - minetest.conf.example
Update minetest.conf.example, settings_translation_file.cpp
[dragonfireclient.git] / minetest.conf.example
index 4b5562649fae81fc86d0f765adb95710dabad413..1c1796a1454130042d9944687e90c5d684f0fa4f 100644 (file)
 #    type: int min: 20 max: 4000
 # viewing_range = 100
 
-#    Camera 'near clipping plane' distance in nodes, between 0 and 0.5.
-#    Most users will not need to change this.
+#    Camera 'near clipping plane' distance in nodes, between 0 and 0.25
+#    Only works on GLES platforms. Most users will not need to change this.
 #    Increasing can reduce artifacting on weaker GPUs.
 #    0.1 = Default, 0.25 = Good value for weaker tablets.
-#    type: float min: 0 max: 0.5
+#    type: float min: 0 max: 0.25
 # near_plane = 0.1
 
 #    Width component of the initial window size.