mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
fix(gx): add missing break
This commit is contained in:
parent
6581142c64
commit
af59a58fa2
1 changed files with 1 additions and 0 deletions
|
|
@ -611,6 +611,7 @@ void CGxDeviceD3d::DsSet(EDeviceState state, uint32_t val) {
|
||||||
|
|
||||||
case Ds_ZFunc: {
|
case Ds_ZFunc: {
|
||||||
this->m_d3dDevice->SetRenderState(D3DRS_ZFUNC, val);
|
this->m_d3dDevice->SetRenderState(D3DRS_ZFUNC, val);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue