tiny change: set FSAA to 4
This commit is contained in:
parent
c27321e9f8
commit
6c131c7ebb
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue