mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
- Fix crash in glswfb if vid_hw2d is toggled off
This commit is contained in:
parent
c8070c65d4
commit
e68da4cd6b
1 changed files with 1 additions and 1 deletions
|
@ -2511,7 +2511,7 @@ void OpenGLSWFrameBuffer::DoClear(int left, int top, int right, int bottom, int
|
|||
{
|
||||
if (In2D < 2)
|
||||
{
|
||||
Super::Clear(left, top, right, bottom, palcolor, color);
|
||||
Super::DoClear(left, top, right, bottom, palcolor, color);
|
||||
return;
|
||||
}
|
||||
if (!InScene)
|
||||
|
|
Loading…
Reference in a new issue