This commit is contained in:
Joshua Granick
2013-11-29 19:52:59 -08:00
parent dc564b4d99
commit 7c003449ca

View File

@@ -128,17 +128,17 @@ namespace lime {
if (shaders && HasShaderSupport ()) {
#ifdef TIZEN
AppLog ("Using OGL2\n");
#endif
//#ifdef TIZEN
//AppLog ("Using OGL2\n");
//#endif
//printf("Using OGL2\n");
ctx = new OpenGL2Context ((WinDC)inWindow, (GLCtx)inGLCtx);
} else {
#ifdef TIZEN
AppLog ("Using OGL2\n");
#endif
//#ifdef TIZEN
//AppLog ("Using OGL2\n");
//#endif
//printf("Using OGL1\n");
ctx = new OpenGLContext ((WinDC)inWindow, (GLCtx)inGLCtx);