mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
Don't access the pattern GetPixel function pointer if it hasn't been set
svn path=/trunk/; revision=42615
This commit is contained in:
parent
f0dc2c14f3
commit
85fc2afbaa
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ BOOLEAN DIB_XXBPP_StretchBlt(SURFOBJ *DestSurf, SURFOBJ *SourceSurf, SURFOBJ *Ma
|
|||
}
|
||||
}
|
||||
|
||||
if (CanDraw)
|
||||
if (UsesPattern && CanDraw)
|
||||
{
|
||||
if (PatternSurface)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue