Skip to content

Commit

Permalink
Android settings: Use 'simple' leaves instead of 'fancy' (#8440)
Browse files Browse the repository at this point in the history
'Fancy' leaves are intensive to render.
Also remove the unnecessary duplicated setting of 'chunksize'.
  • Loading branch information
paramat committed Apr 7, 2019
1 parent 0c90ab4 commit a222ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/defaultsettings.cpp
Expand Up @@ -450,8 +450,8 @@ void set_default_settings(Settings *settings)
settings->setDefault("server_map_save_interval", "15");
settings->setDefault("client_mapblock_limit", "1000");
settings->setDefault("active_block_range", "2");
settings->setDefault("chunksize", "5");
settings->setDefault("viewing_range", "50");
settings->setDefault("leaves_style", "simple");
settings->setDefault("curl_verify_cert","false");

// Apply settings according to screen size
Expand Down

0 comments on commit a222ff4

Please sign in to comment.