Changed Color Contrast from1.5 to 1.2

This commit is contained in:
Marc Garcia Puig 2020-09-18 11:21:03 +02:00
parent 6b9124f013
commit 33f39e30ee
1 changed files with 1 additions and 1 deletions

View File

@ -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