From 6c131c7ebb45831228cccc58fce5e9727a8408e7 Mon Sep 17 00:00:00 2001 From: sorket Date: Tue, 11 Jul 2023 23:13:49 -0400 Subject: [PATCH] tiny change: set FSAA to 4 --- Projects/Client/Common/Source/OgreWidget.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Projects/Client/Common/Source/OgreWidget.cpp b/Projects/Client/Common/Source/OgreWidget.cpp index f577e7e..b12e861 100644 --- a/Projects/Client/Common/Source/OgreWidget.cpp +++ b/Projects/Client/Common/Source/OgreWidget.cpp @@ -115,6 +115,7 @@ namespace RNR Ogre::NameValuePairList options; options["externalWindowHandle"] = getWindowHandle(); + options["FSAA"] = "4"; #if OGRE_PLATFORM == OGRE_PLATFORM_APPLE options["macAPI"] = "cocoa"; options["macAPICocoaUseNSView"] = "true";