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";