mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 12:55:43 +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);
|
Pattern = fnPattern_GetPixel(PatternSurface, PatternX, PatternY);
|
||||||
PatternX++;
|
PatternX++;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue