TINYGL: Initialise _enableScissor for case when dirty rects are off.

This commit is contained in:
Paweł Kołodziejski 2022-05-02 10:01:08 +02:00
parent 42623e13a7
commit ce97902769
No known key found for this signature in database
GPG Key ID: 0BDADC9E74440FF7

View File

@ -95,6 +95,8 @@ FrameBuffer::FrameBuffer(int width, int height, const Graphics::PixelFormat &for
_offscreenBuffer.zbuf = _zbuf;
_currentTexture = nullptr;
_enableScissor = false;
}
FrameBuffer::~FrameBuffer() {