mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-05 01:24:14 +01:00
[d3d9] Add fallthrough comment to SetRenderState
Silences a warning
This commit is contained in:
parent
f4ab14cafa
commit
dc6c350cf2
@ -2074,6 +2074,7 @@ namespace dxvk {
|
||||
m_flags.set(D3D9DeviceFlag::DirtyDepthBounds);
|
||||
break;
|
||||
}
|
||||
[[fallthrough]];
|
||||
|
||||
default:
|
||||
static bool s_errorShown[256];
|
||||
|
Loading…
Reference in New Issue
Block a user