fix(gx): add missing break

This commit is contained in:
fallenoak 2023-03-12 00:12:13 -06:00
parent 6581142c64
commit af59a58fa2

View File

@ -611,6 +611,7 @@ void CGxDeviceD3d::DsSet(EDeviceState state, uint32_t val) {
case Ds_ZFunc: {
this->m_d3dDevice->SetRenderState(D3DRS_ZFUNC, val);
break;
}
}