gsdx-hw: Fix incorrect variable name when tc is disabled.

Allows to compile gsdx with tc disabled properly again.
This commit is contained in:
lightningterror 2019-06-17 00:11:47 +02:00
parent e89f46139b
commit e6d42338ad
1 changed files with 1 additions and 3 deletions

View File

@ -1254,10 +1254,8 @@ void GSRendererHW::Draw()
}
#ifdef DISABLE_HW_TEXTURE_CACHE
if (rt)
m_tc->Read(rt, r);
m_tc->Read(rt, m_r);
#endif
}