We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d2b3ef commit cac5ee3Copy full SHA for cac5ee3
lib/irrlicht/source/Irrlicht/COGLES2Driver.cpp
@@ -50,6 +50,7 @@ namespace video
50
ColorFormat(ECF_R8G8B8), Params(params), m_default_fb(default_fb)
51
{
52
m_device = device;
53
+ useCoreContext = !params.ForceLegacyDevice;
54
genericDriverInit(params.WindowSize, params.Stencilbuffer);
55
}
56
#else
0 commit comments