From 31069c9e3e06260d35d57ef65aa96be9aa9cd7cc Mon Sep 17 00:00:00 2001 From: Rye Mutt <rye@alchemyviewer.org> Date: Mon, 2 Aug 2021 01:41:36 -0400 Subject: [PATCH] Fix low resolution app property not functioning correctly --- indra/llwindow/llopenglview-objc.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/llwindow/llopenglview-objc.mm b/indra/llwindow/llopenglview-objc.mm index 5730e702322..1459acd4966 100644 --- a/indra/llwindow/llopenglview-objc.mm +++ b/indra/llwindow/llopenglview-objc.mm @@ -247,7 +247,7 @@ attributedStringInfo getSegments(NSAttributedString *str) } //for retina support - [self setWantsBestResolutionOpenGLSurface:YES]; + //[self setWantsBestResolutionOpenGLSurface:YES]; [self setPixelFormat:pixelFormat]; -- GitLab