Kaydet (Commit) d9fff953 authored tarafından Markus Mohrhard's avatar Markus Mohrhard Kaydeden (comit) Markus Mohrhard

forgot to remove the env variable based OpenGL setting

Change-Id: Ib4d0c4730eceac483bb179ce4e75fe555bba91fa
üst 73ca9a6b
...@@ -602,12 +602,6 @@ WinSalGraphics::WinSalGraphics(WinSalGraphics::Type eType, bool bScreen, HWND hW ...@@ -602,12 +602,6 @@ WinSalGraphics::WinSalGraphics(WinSalGraphics::Type eType, bool bScreen, HWND hW
mpWinFontEntry[ i ] = NULL; mpWinFontEntry[ i ] = NULL;
mfFontScale[ i ] = 1.0; mfFontScale[ i ] = 1.0;
} }
static const char* pEnv = getenv("USE_OPENGL");
if (pEnv)
{
mpImpl.reset(new OpenGLSalGraphicsImpl());
}
} }
WinSalGraphics::~WinSalGraphics() WinSalGraphics::~WinSalGraphics()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment