Fix stenciling…

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2017-01-05 20:22:50 -04:00
parent 5243fb5a85
commit e445c50af8
+2
View File
@@ -210,6 +210,8 @@ bool Graphics::setMode(int width, int height, int pixelwidth, int pixelheight, b
this->width = width;
this->height = height;
this->windowHasStencil = windowhasstencil;
// Okay, setup OpenGL.
gl.initContext();
gl.setupContext();