Skip to content

Commit

Permalink
Fix for Fix for Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackbird88 committed Sep 24, 2024
1 parent 287d28d commit 59ce321
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pcsx2/GS/Renderers/HW/GSRendererHW.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2479,16 +2479,13 @@ void GSRendererHW::Draw()
MIP_CLAMP.MAXU >>= m_lod.x;
MIP_CLAMP.MAXV >>= m_lod.x;

for (int i = 0; i < m_lod.x; i++)
{
for (int i = 0; i < m_lod.x; i++)
{
m_vt.m_min.t *= 0.5f;
m_vt.m_max.t *= 0.5f;
}
}
else
{
m_vt.m_min.t *= 0.5f;
m_vt.m_max.t *= 0.5f;
hash_lod_range = GSVector2i(0, mxl);
TEX0 = m_cached_ctx.TEX0;
}
Expand Down

0 comments on commit 59ce321

Please sign in to comment.