fix some default...

This commit is contained in:
Themaister 2010-12-24 01:00:34 +01:00
parent 28ae93ed23
commit a329845be5

View File

@ -61,7 +61,7 @@ static const unsigned fullscreen_y = 720;
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