This commit is contained in:
Themaister 2010-11-18 03:17:59 +01:00
parent c560ccbabc
commit 854516f9b1
2 changed files with 2 additions and 2 deletions

View File

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

View File

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