tiny change: set FSAA to 4

This commit is contained in:
sorket 2023-07-11 23:13:49 -04:00
parent c27321e9f8
commit 6c131c7ebb
1 changed files with 1 additions and 0 deletions

View File

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