set default fog curve to 1.0

This commit is contained in:
MihailRis
2024-08-05 15:21:02 +03:00
parent c12619a8d6
commit bbfbb28349
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ struct CameraSettings {
struct GraphicsSettings {
/// @brief Fog opacity is calculated as `pow(depth*k, fogCurve)` where k depends on chunksLoadDistance.
/// 1.0 is linear, 2.0 is quadratic
NumberSetting fogCurve {1.6f, 1.0f, 6.0f};
NumberSetting fogCurve {1.0f, 1.0f, 6.0f};
/// @brief Lighting gamma
NumberSetting gamma {1.0f, 0.4f, 1.0f};
/// @brief Enable blocks backlight to prevent complete darkness