dminer performance

This commit is contained in:
Vadim Lopatin 2017-06-23 16:38:40 +03:00
parent 2e540d1809
commit cca2b28ce9
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import dminer.core.chunk;
version (Android) {
const int MAX_VIEW_DISTANCE = 60;
} else {
const int MAX_VIEW_DISTANCE = 180;
const int MAX_VIEW_DISTANCE = 250;
}