Skip to content

Commit

Permalink
Revert "Fix for Fix for Fix"
Browse files Browse the repository at this point in the history
This reverts commit 59ce321.
  • Loading branch information
Blackbird88 committed Sep 24, 2024
1 parent 59ce321 commit 59ef832
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pcsx2/GS/Renderers/HW/GSRendererHW.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2479,13 +2479,16 @@ 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 59ef832

Please sign in to comment.