Temporarily comment out some ASSERTs that fail

svn path=/trunk/; revision=57010
This commit is contained in:
Timo Kreuzer 2012-07-31 21:33:34 +00:00
parent 70b9199efd
commit 4f1b5e8e7b

View file

@ -384,10 +384,10 @@ IntEngStretchBlt(SURFOBJ *psoDest,
LONG InputClWidth, InputClHeight, InputWidth, InputHeight;
ASSERT(psoDest);
ASSERT(psoSource);
//ASSERT(psoSource); // FIXME!
ASSERT(DestRect);
ASSERT(SourceRect);
ASSERT(!RECTL_bIsEmptyRect(SourceRect));
//ASSERT(SourceRect); // FIXME!
//ASSERT(!RECTL_bIsEmptyRect(SourceRect)); // FIXME!
/* If no clip object is given, use trivial one */
if (!ClipRegion) ClipRegion = &gxcoTrivial.ClipObj;