DXGL r472 - Code Review

Jump to navigation Jump to search
Repository:DXGL
Revision:r471‎ | r472 | r473 >
Date:23:07, 29 July 2014
Author:admin
Status:new
Tags:
Comment:
Fix window mode Blt regression.
Modified paths:
  • /ddraw/glDirectDrawSurface.cpp (modified) (history)

Diff [purge]

Index: ddraw/glDirectDrawSurface.cpp
@@ -667,8 +667,8 @@
668668 glRenderer_UpdateClipper(ddInterface->renderer, this);
669669 clipper->dirty = false;
670670 }
 671+ dwFlags |= 0x10000000;
671672 }
672 - dwFlags |= 0x10000000;
673673 }
674674 if (this == src)
675675 {