Fix visual-element so issue
authorHeeyong Song <heeyong.song@samsung.com>
Fri, 9 Aug 2013 02:10:39 +0000 (11:10 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Fri, 9 Aug 2013 02:10:39 +0000 (11:10 +0900)
Change-Id: I3aca2272f8229ea8677e3c4727e6d6a300410c69

src/ui/animations/FUiAnim_GlContext.cpp

index 797052e..fa49af7 100644 (file)
@@ -380,7 +380,7 @@ _GlContext::CreateContext(void)
                EGL_NONE
        };
 
-       __config = GetConfig(false, true, true);
+       __config = GetConfig(true, true, true);
        if (!__config)
        {
                SysLog(NID_UI_ANIM, "GetConfig() failed.");