minor cleanup for 47c2d315ce

This commit is contained in:
CasualPokePlayer 2023-08-11 00:34:07 -07:00
parent 47c2d315ce
commit f2942feb93
1 changed files with 1 additions and 1 deletions

View File

@ -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);
} }