File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 78637863 <key >RenderMaxOpenGLVersion</key >
78647864 <map >
78657865 <key >Comment</key >
7866- <string >Maximum OpenGL version to attempt use (minimum 3.1 maximum 4.6). Requires restart.</string >
7866+ <string >Maximum OpenGL version to attempt use (minimum 3.1 maximum 4.6). Requires restart. Windows only. </string >
78677867 <key >Persist</key >
78687868 <integer >1</integer >
78697869 <key >Type</key >
Original file line number Diff line number Diff line change @@ -1922,7 +1922,7 @@ LLViewerWindow::LLViewerWindow(const Params& p)
19221922 p.ignore_pixel_depth ,
19231923 0 ,
19241924 max_core_count,
1925- max_gl_version); // don't use window level anti-aliasing
1925+ max_gl_version); // don't use window level anti-aliasing, windows only
19261926
19271927 if (NULL == mWindow )
19281928 {
You can’t perform that action at this time.
0 commit comments