mirror of https://github.com/buggins/dlangui.git
dminer performance
This commit is contained in:
parent
2e540d1809
commit
cca2b28ce9
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue