p#351 Mark RenderMaxOpenGLVersion as Windows specific
parent
d76d0c239c
commit
6fc138dc44
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue