diff --git a/rainbow/WinFb/Win.cpp b/rainbow/WinFb/Win.cpp index 29299cbf0..79ef0b6ff 100644 --- a/rainbow/WinFb/Win.cpp +++ b/rainbow/WinFb/Win.cpp @@ -93,7 +93,7 @@ void FBUpdate(const Rect& r) if(fbHWND) { HDC hdc = GetDC(fbHWND); fbUpdate(hdc, r); - #if 1 + #if 0 ::PatBlt(hdc, r.left, r.top, r.GetWidth(), r.GetHeight(), DSTINVERT); Sleep(40); ::PatBlt(hdc, r.left, r.top, r.GetWidth(), r.GetHeight(), DSTINVERT);