default load-speed set to 4 + minor refactor

This commit is contained in:
MihailRis
2024-01-24 20:43:52 +03:00
parent 58fbb96f2c
commit 5687e55094
5 changed files with 17 additions and 15 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ struct DisplaySettings {
struct ChunksSettings {
/* Max milliseconds that engine uses for chunks loading only */
uint loadSpeed = 10;
uint loadSpeed = 4;
/* Radius of chunks loading zone (chunk is unit) */
uint loadDistance = 22;
/* Buffer zone where chunks are not unloading (chunk is unit)*/