logging OpenGL information in all build configurations.

This commit is contained in:
rachytski 2012-03-22 14:41:34 +04:00 committed by Alex Zolotarev
parent 8a339dd914
commit 8891c7fe9a

View file

@ -35,7 +35,6 @@ namespace yg
void DumpGLInformation()
{
#ifndef OMIM_PRODUCTION
LOG(LINFO, ("OpenGL Information"));
LOG(LINFO, ("--------------------------------------------"));
LOG(LINFO, ("Vendor : ", glGetString(GL_VENDOR)));
@ -55,7 +54,6 @@ namespace yg
}
LOG(LINFO, ("--------------------------------------------"));
#endif
}
bool g_isBufferObjectsSupported = true;