p#351 Mark RenderMaxOpenGLVersion as Windows specific

master
Andrey Kleshchev 2025-10-08 22:25:31 +03:00
parent d76d0c239c
commit 6fc138dc44
2 changed files with 2 additions and 2 deletions

View File

@ -7863,7 +7863,7 @@
<key>RenderMaxOpenGLVersion</key>
<map>
<key>Comment</key>
<string>Maximum OpenGL version to attempt use (minimum 3.1 maximum 4.6). Requires restart.</string>
<string>Maximum OpenGL version to attempt use (minimum 3.1 maximum 4.6). Requires restart. Windows only.</string>
<key>Persist</key>
<integer>1</integer>
<key>Type</key>

View File

@ -1922,7 +1922,7 @@ LLViewerWindow::LLViewerWindow(const Params& p)
p.ignore_pixel_depth,
0,
max_core_count,
max_gl_version); //don't use window level anti-aliasing
max_gl_version); //don't use window level anti-aliasing, windows only
if (NULL == mWindow)
{