mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 10:52:59 +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)
|
if (PatternSurface)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue