diff --git a/src/win32/fb_d3d9.cpp b/src/win32/fb_d3d9.cpp index 0ee7a585a..d568ce60f 100644 --- a/src/win32/fb_d3d9.cpp +++ b/src/win32/fb_d3d9.cpp @@ -2638,7 +2638,7 @@ void D3DFB::DoClear (int left, int top, int right, int bottom, int palcolor, uin { if (In2D < 2) { - //Super::Clear(left, top, right, bottom, palcolor, color); + Super::DoClear(left, top, right, bottom, palcolor, color); return; } if (!InScene)