Skip to content
Snippets Groups Projects
Commit b2160bce authored by est31's avatar est31
Browse files

Disable mesh cache by default

parent c0dafa1c
No related branches found
No related tags found
No related merge requests found
......@@ -263,7 +263,7 @@
# Lower is darker, Higher is lighter. The valid range of values for this
# setting is 0.25 to 4.0 inclusive. If the value is out of range it will be
# set to the nearest valid value.
#enable_mesh_cache = true
#enable_mesh_cache = false
# Enables caching of facedir rotated meshes
#enable_minimap = true
......
......@@ -175,7 +175,7 @@ void set_default_settings(Settings *settings)
settings->setDefault("enable_shaders", "true");
settings->setDefault("repeat_rightclick_time", "0.25");
settings->setDefault("enable_particles", "true");
settings->setDefault("enable_mesh_cache", "true");
settings->setDefault("enable_mesh_cache", "false");
settings->setDefault("enable_minimap", "true");
settings->setDefault("minimap_shape_round", "true");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment