- Disable assert

CORE-6866

svn path=/trunk/; revision=58287
This commit is contained in:
Johannes Anderwald 2013-02-04 12:39:40 +00:00
parent b0eb2fb598
commit 1f20d4f2f2

View file

@ -661,7 +661,7 @@ GreSetPointerShape(
psurfMask = SURFACE_ShareLockSurface(hbmMask);
else
{
ASSERT(fl & SPS_ALPHA);
//ASSERT(fl & SPS_ALPHA);
psurfMask = NULL;
}