diff --git a/config.h.def b/config.h.def index 963e9e6a62..36e32254f2 100644 --- a/config.h.def +++ b/config.h.def @@ -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