Changed Color Contrast from1.5 to 1.2
This commit is contained in:
parent
6b9124f013
commit
33f39e30ee
|
@ -567,7 +567,7 @@ namespace SceneCaptureSensor_local_ns {
|
|||
#if PLATFORM_LINUX
|
||||
// Looks like Windows and Linux have different outputs with the
|
||||
// same exposure compensation, this fixes it.
|
||||
PostProcessSettings.ColorContrast = FVector4(1.5f, 1.5f, 1.5f, 1.0f);
|
||||
PostProcessSettings.ColorContrast = FVector4(1.2f, 1.2f, 1.2f, 1.0f);
|
||||
#endif
|
||||
|
||||
// Chromatic Aberration
|
||||
|
|
Loading…
Reference in New Issue