mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Merge pull request #10166 from fpdotmonkey/heed-tev-switch-warning
Silence the -Wswitch warnings in Tev
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user