- 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…
Add table
Add a link
Reference in a new issue