Skip to content
Permalink
Browse files
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.
@@ -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

0 comments on commit 0d5f281

Please sign in to comment.