- fixed: D3DFB::DoClear did not call Super::DoClear when vid_hw2d was false.

This commit is contained in:
Rachael Alexanderson 2017-06-07 03:54:52 -04:00
parent 446d1eb9c8
commit 78061f1cf7
1 changed files with 1 additions and 1 deletions

View File

@ -2638,7 +2638,7 @@ void D3DFB::DoClear (int left, int top, int right, int bottom, int palcolor, uin
{ {
if (In2D < 2) if (In2D < 2)
{ {
//Super::Clear(left, top, right, bottom, palcolor, color); Super::DoClear(left, top, right, bottom, palcolor, color);
return; return;
} }
if (!InScene) if (!InScene)