Default to Fast Antialiasing for OpenGL GAL

This commit is contained in:
Roberto Fernandez Bautista 2023-01-04 02:59:50 +01:00
parent 33d31be9b5
commit 00655f9f29
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ COMMON_SETTINGS::COMMON_SETTINGS() :
MOUSE_DRAG_ACTION::NONE ) );
m_params.emplace_back( new PARAM<int>( "graphics.opengl_antialiasing_mode",
&m_Graphics.opengl_aa_mode, 0, 0, 2 ) );
&m_Graphics.opengl_aa_mode, 1, 0, 2 ) );
m_params.emplace_back( new PARAM<int>( "graphics.cairo_antialiasing_mode",
&m_Graphics.cairo_aa_mode, 0, 0, 2 ) );