mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Fix stenciling…
--HG-- branch : minor
This commit is contained in:
@@ -210,6 +210,8 @@ bool Graphics::setMode(int width, int height, int pixelwidth, int pixelheight, b
|
|||||||
this->width = width;
|
this->width = width;
|
||||||
this->height = height;
|
this->height = height;
|
||||||
|
|
||||||
|
this->windowHasStencil = windowhasstencil;
|
||||||
|
|
||||||
// Okay, setup OpenGL.
|
// Okay, setup OpenGL.
|
||||||
gl.initContext();
|
gl.initContext();
|
||||||
gl.setupContext();
|
gl.setupContext();
|
||||||
|
|||||||
Reference in New Issue
Block a user