increase render distance

This commit is contained in:
HF 2020-01-31 01:53:48 +01:00
parent 950773e57c
commit a8cbe93390

View File

@ -239,7 +239,7 @@ class Renderer {
if (!this.chunkLoader) { if (!this.chunkLoader) {
return; return;
} }
const renderDistance = 110; const renderDistance = 150;
const state = this.store.getState(); const state = this.store.getState();
const { const {
canvasSize, canvasSize,