Skip to content

Commit b944975

Browse files
committed
viewer#3169 Fix RenderSkyAutoAdjustLegacy's defaults mismatch
1 parent 7e169bf commit b944975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indra/newview/pipeline.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7059,7 +7059,7 @@ void LLPipeline::generateExposure(LLRenderTarget* src, LLRenderTarget* dst, bool
70597059
static LLStaticHashedString dynamic_exposure_params("dynamic_exposure_params");
70607060
static LLStaticHashedString dynamic_exposure_params2("dynamic_exposure_params2");
70617061
static LLStaticHashedString dynamic_exposure_e("dynamic_exposure_enabled");
7062-
static LLCachedControl<bool> should_auto_adjust(gSavedSettings, "RenderSkyAutoAdjustLegacy", false);
7062+
static LLCachedControl<bool> should_auto_adjust(gSavedSettings, "RenderSkyAutoAdjustLegacy", true);
70637063
static LLCachedControl<bool> dynamic_exposure_enabled(gSavedSettings, "RenderDynamicExposureEnabled", true);
70647064
static LLCachedControl<F32> dynamic_exposure_coefficient(gSavedSettings, "RenderDynamicExposureCoefficient", 0.175f);
70657065
static LLCachedControl<F32> dynamic_exposure_speed_error(gSavedSettings, "RenderDynamicExposureSpeedError", 0.1f);

0 commit comments

Comments
 (0)