wined3d: fix drawStridedSlow typo

Bernd Buschinski b.buschinski at web.de
Fri Apr 13 19:57:37 CDT 2007


Bernd Buschinski
b.buschinski at web.de
wined3d: fix drawStridedSlow typo

In git commit 71f923a6d20785ebd43bae9186f62c0029ca0db0
(wined3d: Improve drawStridedSlow a bit)
was a typo that caused the Regression/Bug #7910

the typo just was:
if (Value != NULL)
doSomething();
else
doSomeElse();

and it turned into

if (Value != NULL)
doSomeElse();
...
if (Value != NULL)
doSomething();
-------------- next part --------------
A non-text attachment was scrubbed...
Name: wine-9999-drawprim-typo.diff
Type: text/x-diff
Size: 566 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070414/d7c03d86/wine-9999-drawprim-typo.bin


More information about the wine-patches mailing list