diff --git a/graphics/tinygl/zbuffer.cpp b/graphics/tinygl/zbuffer.cpp index a05f9464621..86e18ad2935 100644 --- a/graphics/tinygl/zbuffer.cpp +++ b/graphics/tinygl/zbuffer.cpp @@ -95,6 +95,8 @@ FrameBuffer::FrameBuffer(int width, int height, const Graphics::PixelFormat &for _offscreenBuffer.zbuf = _zbuf; _currentTexture = nullptr; + + _enableScissor = false; } FrameBuffer::~FrameBuffer() {