summaryrefslogtreecommitdiff
path: root/src/settings_translation_file.cpp
diff options
context:
space:
mode:
authornumber Zero <silverunicorn2011@yandex.ru>2017-02-18 21:53:05 +0300
committerparamat <mat.gregory@virginmedia.com>2017-03-26 05:50:59 +0100
commit4d5177ff708c7e696eead18200e240047ff520fe (patch)
treeea77f5af4479fa6a6eb39f9cc87aa379a86f4aa1 /src/settings_translation_file.cpp
parent22567d107fffe7a6833b96cc99d531e5303b47dd (diff)
downloadminetest-4d5177ff708c7e696eead18200e240047ff520fe.tar.gz
minetest-4d5177ff708c7e696eead18200e240047ff520fe.tar.bz2
minetest-4d5177ff708c7e696eead18200e240047ff520fe.zip
Add mesh generation delay
Diffstat (limited to 'src/settings_translation_file.cpp')
-rw-r--r--src/settings_translation_file.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings_translation_file.cpp b/src/settings_translation_file.cpp
index 39223d9ce..9ec21c415 100644
--- a/src/settings_translation_file.cpp
+++ b/src/settings_translation_file.cpp
@@ -245,6 +245,8 @@ fake_function() {
gettext("Maximum proportion of current window to be used for hotbar.\nUseful if there's something to be displayed right or left of hotbar.");
gettext("Mesh cache");
gettext("Enables caching of facedir rotated meshes.");
+ gettext("Mapblock mesh generation delay");
+ gettext("Delay between mesh updates on the client in ms. Increasing this will slow\ndown the rate of mesh updates, thus reducing jitter on slower clients.");
gettext("Minimap");
gettext("Enables minimap.");
gettext("Round minimap");