minor cleanup for 47c2d315ce
This commit is contained in:
parent
47c2d315ce
commit
f2942feb93
|
@ -236,7 +236,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
}
|
}
|
||||||
var igl = new IGL_OpenGL();
|
var igl = new IGL_OpenGL();
|
||||||
// need to have a context active for checking renderer, will be disposed afterwards
|
// need to have a context active for checking renderer, will be disposed afterwards
|
||||||
using (new SDL2OpenGLContext(OpenGLVersion.SupportsVersion(3, 0) ? 3 : 2, 0, false, false))
|
using (new SDL2OpenGLContext(3, 0, false, false))
|
||||||
{
|
{
|
||||||
return CheckRenderer(igl);
|
return CheckRenderer(igl);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue