mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
Amendment to r42615: add the check in the correct line
svn path=/trunk/; revision=42627
This commit is contained in:
parent
abc65bc027
commit
864fd31512
1 changed files with 2 additions and 2 deletions
|
@ -144,9 +144,9 @@ BOOLEAN DIB_XXBPP_StretchBlt(SURFOBJ *DestSurf, SURFOBJ *SourceSurf, SURFOBJ *Ma
|
|||
}
|
||||
}
|
||||
|
||||
if (UsesPattern && CanDraw)
|
||||
if (CanDraw)
|
||||
{
|
||||
if (PatternSurface)
|
||||
if (UsesPattern && PatternSurface)
|
||||
{
|
||||
Pattern = fnPattern_GetPixel(PatternSurface, PatternX, PatternY);
|
||||
PatternX++;
|
||||
|
|
Loading…
Reference in a new issue