mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 14:49:22 +00:00
Merge pull request #10166 from fpdotmonkey/heed-tev-switch-warning
Silence the -Wswitch warnings in Tev
This commit is contained in:
commit
0d5f2810e7
1 changed files with 2 additions and 0 deletions
|
@ -814,6 +814,8 @@ void Tev::Draw()
|
||||||
fog = 1.0f - fog;
|
fog = 1.0f - fog;
|
||||||
fog = pow(2.0f, -8.0f * fog * fog);
|
fog = pow(2.0f, -8.0f * fog * fog);
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
// lerp from output to fog color
|
// lerp from output to fog color
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue