mirror of https://github.com/PCSX2/pcsx2.git
GS/SW: Removed unnecessary assertion when mipmap is active.
This commit is contained in:
parent
8fc6789ef0
commit
dbfcc48535
|
@ -1099,7 +1099,6 @@ bool GSRendererSW::GetScanlineGlobalData(SharedData* data)
|
|||
if (gd.sel.fst)
|
||||
{
|
||||
pxAssert(gd.sel.lcm == 1);
|
||||
pxAssert(((m_vt.m_min.t.uph(m_vt.m_max.t) == GSVector4::zero()).mask() & 3) == 3); // ratchet and clank (menu)
|
||||
|
||||
gd.sel.lcm = 1;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue