Add environment variable for multisampling
[platform/core/uifw/dali-adaptor.git] / adaptors / common / adaptor-impl.cpp
index ab2ecac..a3dc3ee 100644 (file)
@@ -132,7 +132,7 @@ void Adaptor::Initialize( Dali::Configuration::ContextLoss configuration )
     mGLES = new GlImplementation();
   }
 
-  mEglFactory = new EglFactory();
+  mEglFactory = new EglFactory( mEnvironmentOptions->GetMultiSamplingLevel() );
 
   EglSyncImplementation* eglSyncImpl = mEglFactory->GetSyncImplementation();