Merge pull request #479 from PCSX2/gsdx-texture-cache

gsdx: value was wrongly overwritten
This commit is contained in:
Gregory Hainaut 2015-05-13 08:08:46 +02:00
commit 5e9a3a424e
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ void GSTextureCache::InvalidateVideoMem(GSOffset* o, const GSVector4i& rect, boo
s->m_complete = false; s->m_complete = false;
found = b; found |= b;
} }
else else
{ {