- fix typos
This commit is contained in:
parent
ddf21ffd72
commit
99c3d72aa0
2 changed files with 2 additions and 2 deletions
|
|
@ -99,7 +99,7 @@ void VkRenderState::SetStencil(int offs, int op, int flags)
|
|||
{
|
||||
bool cmon = !(flags & SF_ColorMaskOff);
|
||||
SetColorMask(cmon, cmon, cmon, cmon); // don't write to the graphics buffer
|
||||
mDepthWrite = cmon;
|
||||
mDepthWrite = !(flags & SF_DepthMaskOff);
|
||||
}
|
||||
|
||||
mNeedApply = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue