diff --git a/config.h b/config.h index b0c7a6c986..ebd6aa96cd 100644 --- a/config.h +++ b/config.h @@ -61,7 +61,7 @@ static const unsigned fullscreen_y = 1200; static const bool vsync = true; // Smooths picture -static const bool video_smooth = false; +static const bool video_smooth = true; // Path to custom Cg shader. If using custom shaders, it is recommended to disable video_smooth. #ifdef HAVE_CG diff --git a/hqflt/cg/bloom.cg b/hqflt/cg/bloom.cg index 64eb81ca99..d7017e9924 100644 --- a/hqflt/cg/bloom.cg +++ b/hqflt/cg/bloom.cg @@ -17,7 +17,7 @@ void main_vertex otexCoord = texCoord; } -float Luminance = 0.08f; +float Luminance = 0.09f; static const float fMiddleGray = 0.18f; static const float fWhiteCutoff = 0.8f;