Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #10166 from fpdotmonkey/heed-tev-switch-warning
Silence the -Wswitch warnings in Tev
  • Loading branch information
phire committed Oct 14, 2021
2 parents 023eb0b + f16e904 commit 0d5f281
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Core/VideoBackends/Software/Tev.cpp
Expand Up @@ -814,6 +814,8 @@ void Tev::Draw()
fog = 1.0f - fog;
fog = pow(2.0f, -8.0f * fog * fog);
break;
default:
break;
}

// lerp from output to fog color
Expand Down

0 comments on commit 0d5f281

Please sign in to comment.