max load-distance increased

This commit is contained in:
MihailRis 2024-05-17 22:30:10 +03:00
parent 064b4516f2
commit 1750599165

View File

@ -36,7 +36,7 @@ struct ChunksSettings {
/// @brief Max milliseconds that engine uses for chunks loading only
IntegerSetting loadSpeed {4, 1, 32};
/// @brief Radius of chunks loading zone (chunk is unit)
IntegerSetting loadDistance {22, 3, 66};
IntegerSetting loadDistance {22, 3, 80};
/// @brief Buffer zone where chunks are not unloading (chunk is unit)
IntegerSetting padding {2, 1, 8};
};