Skip to content

Commit 6fc138d

Browse files
committed
p#351 Mark RenderMaxOpenGLVersion as Windows specific
1 parent d76d0c2 commit 6fc138d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

indra/newview/app_settings/settings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7863,7 +7863,7 @@
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>

indra/newview/llviewerwindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)