mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-03 15:41:41 +00:00
TINYGL: Initialise _enableScissor for case when dirty rects are off.
This commit is contained in:
parent
42623e13a7
commit
ce97902769
@ -95,6 +95,8 @@ FrameBuffer::FrameBuffer(int width, int height, const Graphics::PixelFormat &for
|
||||
_offscreenBuffer.zbuf = _zbuf;
|
||||
|
||||
_currentTexture = nullptr;
|
||||
|
||||
_enableScissor = false;
|
||||
}
|
||||
|
||||
FrameBuffer::~FrameBuffer() {
|
||||
|
Loading…
Reference in New Issue
Block a user