mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45:37 +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);
|
m_flags.set(D3D9DeviceFlag::DirtyDepthBounds);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
[[fallthrough]];
|
||||||
|
|
||||||
default:
|
default:
|
||||||
static bool s_errorShown[256];
|
static bool s_errorShown[256];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user