diff --git a/Source/Core/VideoBackends/Software/Tev.cpp b/Source/Core/VideoBackends/Software/Tev.cpp index 1da39f6ca7..28c6c5f29d 100644 --- a/Source/Core/VideoBackends/Software/Tev.cpp +++ b/Source/Core/VideoBackends/Software/Tev.cpp @@ -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