diff options
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/llwindow/llopenglview-objc.mm | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llwindow/llopenglview-objc.mm b/indra/llwindow/llopenglview-objc.mm index 0bd4e506a2..4e5b882011 100644 --- a/indra/llwindow/llopenglview-objc.mm +++ b/indra/llwindow/llopenglview-objc.mm @@ -255,8 +255,8 @@ attributedStringInfo getSegments(NSAttributedString *str)  		NSOpenGLPFADoubleBuffer,  		NSOpenGLPFAClosestPolicy,  		NSOpenGLPFAAccelerated, -		NSOpenGLPFASampleBuffers, static_cast<NSOpenGLPixelFormatAttribute>(samples > 0 ? 1 : 0), -		NSOpenGLPFASamples, static_cast<NSOpenGLPixelFormatAttribute>(samples), +		NSOpenGLPFASampleBuffers, 0, +		NSOpenGLPFASamples, 0,  		NSOpenGLPFAStencilSize, 8,  		NSOpenGLPFADepthSize, 24,  		NSOpenGLPFAAlphaSize, 8,  | 
